Uses of Interface
net.minecraftforge.common.IPlantable
-
Packages that use IPlantable Package Description net.minecraft.block net.minecraftforge.common.extensions net.minecraftforge.debug.block -
-
Uses of IPlantable in net.minecraft.block
Classes in net.minecraft.block that implement IPlantable Modifier and Type Class Description classAttachedStemBlockclassBeetrootBlockclassBushBlockclassCactusBlockclassCarrotBlockclassCropsBlockclassDeadBushBlockclassDoublePlantBlockclassFlowerBlockclassFungusBlockclassLilyPadBlockclassMushroomBlockclassNetherRootsBlockclassNetherSproutsBlockclassNetherWartBlockclassPotatoBlockclassSaplingBlockclassSeaGrassBlockclassSeaPickleBlockclassStemBlockclassSugarCaneBlockclassSweetBerryBushBlockclassTallFlowerBlockclassTallGrassBlockclassTallSeaGrassBlockclassWitherRoseBlockMethods in net.minecraft.block with parameters of type IPlantable Modifier and Type Method Description booleanBlock. canSustainPlant(BlockState state, IBlockReader world, BlockPos pos, Direction facing, IPlantable plantable) -
Uses of IPlantable in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions with parameters of type IPlantable Modifier and Type Method Description booleanIForgeBlock. canSustainPlant(BlockState state, IBlockReader world, BlockPos pos, Direction facing, IPlantable plantable)Determines if this block can support the passed in plant, allowing it to be planted and grow.default booleanIForgeBlockState. canSustainPlant(IBlockReader world, BlockPos pos, Direction facing, IPlantable plantable)Determines if this block can support the passed in plant, allowing it to be planted and grow. -
Uses of IPlantable in net.minecraftforge.debug.block
Classes in net.minecraftforge.debug.block that implement IPlantable Modifier and Type Class Description static classCustomPlantTypeTest.CustomPlantBlockMethods in net.minecraftforge.debug.block with parameters of type IPlantable Modifier and Type Method Description booleanCustomPlantTypeTest.CustomBlock. canSustainPlant(BlockState state, IBlockReader world, BlockPos pos, Direction facing, IPlantable plantable)
-