Interface IFallableExtension
- All Known Subinterfaces:
Fallable
- All Known Implementing Classes:
AnvilBlock, BrushableBlock, ColoredFallingBlock, ConcretePowderBlock, DragonEggBlock, FallingBlock, PointedDripstoneBlock, SandBlock
public interface IFallableExtension
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidfallingTick(Level level, BlockPos currentPosition, FallingBlockEntity entity) Called inFallingBlockEntity.tick()after vanilla processing on both server and client.
-
Method Details
-
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.- Parameters:
level- The current level.currentPosition- The current position of the entity as aBlockPos.entity- The falling entity.
-