public interface IBlockGuidePageMapper
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) |
java.lang.String getFor(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.block.state.IBlockState state)
world
- The world object to querypos
- The position to querystate
- The state of the blockjava.util.List<java.lang.String> getAllPossiblePages()
getFor(World, BlockPos, IBlockState)