Package net.minecraftforge.common
Interface IPlantable
- All Known Implementing Classes:
AttachedStemBlock,BeetrootBlock,BushBlock,CactusBlock,CarrotBlock,CropsBlock,CustomPlantTypeTest.CustomPlantBlock,DeadBushBlock,DoublePlantBlock,FlowerBlock,FungusBlock,LilyPadBlock,MushroomBlock,NetherRootsBlock,NetherSproutsBlock,NetherWartBlock,PotatoBlock,SaplingBlock,SeaGrassBlock,SeaPickleBlock,StemBlock,SugarCaneBlock,SweetBerryBushBlock,TallFlowerBlock,TallGrassBlock,TallSeaGrassBlock,WitherRoseBlock
public interface IPlantable
-
Method Summary
Modifier and TypeMethodDescriptiongetPlant(IBlockReader world, BlockPos pos) default PlantTypegetPlantType(IBlockReader world, BlockPos pos)
-
Method Details
-
getPlantType
-
getPlant
-