public class EngineBlockMapper extends java.lang.Object implements IBlockGuidePageMapper
Constructor and Description |
---|
EngineBlockMapper() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAllPossiblePages() |
java.lang.String |
getFor(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.state.IBlockState state) |
public java.lang.String getFor(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.block.state.IBlockState state)
getFor
in interface IBlockGuidePageMapper
world
- The world object to querypos
- The position to querystate
- The state of the blockpublic java.util.List<java.lang.String> getAllPossiblePages()
getAllPossiblePages
in interface IBlockGuidePageMapper
IBlockGuidePageMapper.getFor(World, BlockPos, IBlockState)