My Project v1
Project
载入中...
搜索中...
未找到
Game.SubsystemCraftingTableBlockBehavior
类 Game.SubsystemCraftingTableBlockBehavior 继承关系图:
Game.SubsystemCraftingTableBlockBehavior 的协作图:

Public 成员函数

override void Load (ValuesDictionary valuesDictionary)
 
override bool InteractBlockEntity (ComponentBlockEntity blockEntity, ComponentMiner componentMiner)
 
- Public 成员函数 继承自 Game.SubsystemEntityBlockBehavior
override void Load (ValuesDictionary valuesDictionary)
 
override void OnBlockAdded (int value, int oldValue, int x, int y, int z)
 
override void OnBlockRemoved (int value, int newValue, int x, int y, int z)
 
override bool OnInteract (TerrainRaycastResult raycastResult, ComponentMiner componentMiner)
 
override bool OnInteract (MovingBlocksRaycastResult movingBlocksRaycastResult, ComponentMiner componentMiner)
 
override void OnBlockStartMoving (int value, int newValue, int x, int y, int z, MovingBlock movingBlock)
 
override void OnBlockStopMoving (int value, int oldValue, int x, int y, int z, MovingBlock movingBlock)
 
override void OnHitByProjectile (CellFace cellFace, WorldItem worldItem)
 
override void OnHitByProjectile (MovingBlock movingBlock, WorldItem worldItem)
 
- Public 成员函数 继承自 Game.SubsystemBlockBehavior
virtual void OnChunkInitialized (TerrainChunk chunk)
 
virtual void OnChunkDiscarding (TerrainChunk chunk)
 
virtual void OnBlockGenerated (int value, int x, int y, int z, bool isLoaded)
 
virtual void OnBlockModified (int value, int oldValue, int x, int y, int z)
 
virtual void OnNeighborBlockChanged (int x, int y, int z, int neighborX, int neighborY, int neighborZ)
 
virtual bool OnUse (Ray3 ray, ComponentMiner componentMiner)
 
virtual bool OnAim (Ray3 aim, ComponentMiner componentMiner, AimState state)
 
virtual bool OnEditBlock (int x, int y, int z, int value, ComponentPlayer componentPlayer)
 
virtual bool OnEditInventoryItem (IInventory inventory, int slotIndex, ComponentPlayer componentPlayer)
 
virtual void OnItemPlaced (int x, int y, int z, ref BlockPlacementData placementData, int itemValue)
 
virtual void OnItemHarvested (int x, int y, int z, int blockValue, ref BlockDropValue dropValue, ref int newBlockValue)
 
virtual void OnCollide (CellFace cellFace, float velocity, ComponentBody componentBody)
 
virtual void OnExplosion (int value, int x, int y, int z, float damage)
 
virtual void OnFiredAsProjectile (Projectile projectile)
 
virtual bool OnHitAsProjectile (CellFace? cellFace, ComponentBody componentBody, WorldItem worldItem)
 
virtual int GetProcessInventoryItemCapacity (IInventory inventory, int slotIndex, int value)
 
virtual void ProcessInventoryItem (IInventory inventory, int slotIndex, int value, int count, int processCount, out int processedValue, out int processedCount)
 
override void Load (ValuesDictionary valuesDictionary)
 
virtual void OnPickableGathered (Pickable pickable, ComponentPickableGatherer target, Vector3 distanceToTarget)
 

属性

override int[] HandledBlocks [get]
 
- 属性 继承自 Game.SubsystemBlockBehavior
virtual int[] HandledBlocks [get]
 
SubsystemTerrain SubsystemTerrain [get, set]
 

额外继承的成员函数

- Public 属性 继承自 Game.SubsystemEntityBlockBehavior
SubsystemTerrain m_subsystemTerrain
 
SubsystemBlockEntities m_subsystemBlockEntities
 
SubsystemGameInfo m_subsystemGameInfo
 
SubsystemAudio m_subsystemAudio
 
DatabaseObject m_databaseObject
 

成员函数说明

◆ InteractBlockEntity()

override bool Game.SubsystemCraftingTableBlockBehavior.InteractBlockEntity ( ComponentBlockEntity blockEntity,
ComponentMiner componentMiner )
virtual

重载 Game.SubsystemEntityBlockBehavior .

函数调用图:

◆ Load()

override void Game.SubsystemCraftingTableBlockBehavior.Load ( ValuesDictionary valuesDictionary)

属性说明

◆ HandledBlocks

override int [] Game.SubsystemCraftingTableBlockBehavior.HandledBlocks
get

该类的文档由以下文件生成: