Interface FallingBlockEntityAccessor


public interface FallingBlockEntityAccessor
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    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)
     
  • 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)