public interface IOrientableBlock
Modifier and Type | Method and Description |
---|---|
IOrientable |
getOrientable(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z) |
boolean |
usesMetadata() |
boolean usesMetadata()
IOrientable getOrientable(net.minecraft.world.IBlockAccess world, int x, int y, int z)
world
- world of blockx
- x pos of blocky
- y pos of blockz
- z pos of block