public interface IPlantable
Modifier and Type | Method and Description |
---|---|
Block |
getPlant(IBlockAccess world,
int x,
int y,
int z) |
int |
getPlantMetadata(IBlockAccess world,
int x,
int y,
int z) |
EnumPlantType |
getPlantType(IBlockAccess world,
int x,
int y,
int z) |
EnumPlantType getPlantType(IBlockAccess world, int x, int y, int z)
Block getPlant(IBlockAccess world, int x, int y, int z)
int getPlantMetadata(IBlockAccess world, int x, int y, int z)