public interface PathProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
pathFor(net.minecraft.item.ItemStack stack)
Get the path to the documentation page for the provided item stack.
|
java.lang.String |
pathFor(net.minecraft.world.World world,
int x,
int y,
int z)
Get the path to the documentation page for the provided block.
|
java.lang.String pathFor(net.minecraft.item.ItemStack stack)
stack
- the stack to get the documentation path to.java.lang.String pathFor(net.minecraft.world.World world, int x, int y, int z)
world
- the world containing the block.x
- the X coordinate of the block.y
- the Y coordinate of the block.z
- the Z coordinate of the block.