YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraftforge.common.IPlantable Interface Reference
Inheritance diagram for net.minecraftforge.common.IPlantable:
net.minecraft.block.BlockCactus net.minecraft.block.BlockFlower net.minecraft.block.BlockReed net.minecraft.item.ItemSeedFood net.minecraft.item.ItemSeeds net.minecraft.block.BlockCrops net.minecraft.block.BlockDeadBush net.minecraft.block.BlockLilyPad net.minecraft.block.BlockMushroom net.minecraft.block.BlockNetherStalk net.minecraft.block.BlockSapling net.minecraft.block.BlockStem net.minecraft.block.BlockTallGrass

Public Member Functions

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

Member Function Documentation

int net.minecraftforge.common.IPlantable.getPlantID ( World  world,
int  x,
int  y,
int  z 
)
int net.minecraftforge.common.IPlantable.getPlantMetadata ( World  world,
int  x,
int  y,
int  z 
)
EnumPlantType net.minecraftforge.common.IPlantable.getPlantType ( World  world,
int  x,
int  y,
int  z 
)

The documentation for this interface was generated from the following file: