net.minecraftforge.common
Interface IPlantable
- All Known Implementing Classes:
- BlockCactus, BlockCarrot, BlockCrops, BlockDeadBush, BlockFlower, BlockLilyPad, BlockMushroom, BlockNetherStalk, BlockPotato, BlockReed, BlockSapling, BlockStem, BlockTallGrass, ItemSeedFood, ItemSeeds
public interface IPlantable
getPlantType
EnumPlantType getPlantType(World world,
int x,
int y,
int z)
getPlantID
int getPlantID(World world,
int x,
int y,
int z)
getPlantMetadata
int getPlantMetadata(World world,
int x,
int y,
int z)