Interface FallingBlockEntityAccessor
public interface FallingBlockEntityAccessor
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic net.minecraft.world.entity.item.FallingBlockEntitycreateFallingBlockEntity(net.minecraft.world.level.Level level, double x, double y, double z, net.minecraft.world.level.block.state.BlockState state)
-
Method Details
-
createFallingBlockEntity
static net.minecraft.world.entity.item.FallingBlockEntity createFallingBlockEntity(net.minecraft.world.level.Level level, double x, double y, double z, net.minecraft.world.level.block.state.BlockState state)
-