public interface ISoftBlockAccessor
Modifier and Type | Method and Description |
---|---|
net.minecraft.block.state.IBlockState |
getState(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
boolean force) |
net.minecraft.tileentity.TileEntity |
getTile(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
boolean force) |
@Nullable net.minecraft.tileentity.TileEntity getTile(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, boolean force)
force
- If true then the chunk containing the tile will be loaded from disk, false if this should only get
the tile entity if it is currently loadednet.minecraft.block.state.IBlockState getState(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, boolean force)
force
- If true then the chunk containing the tile will be loaded from disk, false if this should only get
the tile entity if it is currently loaded