接口 IFallableExtension

所有已知子接口:
Fallable
所有已知实现类:
AnvilBlock, BrushableBlock, ColoredFallingBlock, ConcretePowderBlock, DragonEggBlock, FallingBlock, PointedDripstoneBlock, SandBlock

public interface IFallableExtension
  • 方法详细资料

    • fallingTick

      default void fallingTick(Level level, BlockPos currentPosition, FallingBlockEntity entity)
      Called in FallingBlockEntity.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 a BlockPos.
      entity - The falling entity.