public class CompatManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ISoftBlockAccessor |
blockAccessor |
Constructor and Description |
---|
CompatManager() |
Modifier and Type | Method and Description |
---|---|
static net.minecraft.block.state.IBlockState |
getState(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
boolean force) |
static net.minecraft.tileentity.TileEntity |
getTile(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
boolean force) |
public static ISoftBlockAccessor blockAccessor
public static net.minecraft.tileentity.TileEntity getTile(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, boolean force)
public static net.minecraft.block.state.IBlockState getState(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, boolean force)