Interface IFallableExtension

All Known Subinterfaces:
Fallable
All Known Implementing Classes:
AnvilBlock, BrushableBlock, ColoredFallingBlock, ConcretePowderBlock, DragonEggBlock, FallingBlock, PointedDripstoneBlock, SandBlock

public interface IFallableExtension
  • Method Details

    • 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.

      Parameters:
      level - The current level.
      currentPosition - The current position of the entity as a BlockPos.
      entity - The falling entity.