接口 IFallableExtension
- 所有已知子接口:
Fallable
- 所有已知实现类:
AnvilBlock
,BrushableBlock
,ColoredFallingBlock
,ConcretePowderBlock
,DragonEggBlock
,FallingBlock
,PointedDripstoneBlock
,SandBlock
public interface IFallableExtension
-
方法概要
修饰符和类型方法说明default void
fallingTick
(Level level, BlockPos currentPosition, FallingBlockEntity entity) Called inFallingBlockEntity.tick()
after vanilla processing on both server and client.
-
方法详细资料
-
fallingTick
Called inFallingBlockEntity.tick()
after vanilla processing on both server and client.This is not called in the tick where the entity lands, see
Fallable
.- 参数:
level
- The current level.currentPosition
- The current position of the entity as aBlockPos
.entity
- The falling entity.
-