public class BlockWorldState
extends java.lang.Object
Constructor and Description |
---|
BlockWorldState(World worldIn,
BlockPos posIn,
boolean forceLoadIn) |
Modifier and Type | Method and Description |
---|---|
IBlockState |
getBlockState() |
BlockPos |
getPos() |
TileEntity |
getTileEntity() |
static com.google.common.base.Predicate<BlockWorldState> |
hasState(com.google.common.base.Predicate<IBlockState> predicatesIn) |
public IBlockState getBlockState()
@Nullable public TileEntity getTileEntity()
public BlockPos getPos()
public static com.google.common.base.Predicate<BlockWorldState> hasState(com.google.common.base.Predicate<IBlockState> predicatesIn)