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


Method Summary
 int getPlantID(World world, int x, int y, int z)
           
 int getPlantMetadata(World world, int x, int y, int z)
           
 EnumPlantType getPlantType(World world, int x, int y, int z)
           
 

Method Detail

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)