Interface FallingBlockEntityAccessor


public interface FallingBlockEntityAccessor
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static net.minecraft.world.entity.item.FallingBlockEntity
    create$callInit(net.minecraft.world.level.Level level, double x, double y, double z, net.minecraft.world.level.block.state.BlockState state)
     
  • Method Details

    • create$callInit

      static net.minecraft.world.entity.item.FallingBlockEntity create$callInit(net.minecraft.world.level.Level level, double x, double y, double z, net.minecraft.world.level.block.state.BlockState state)