Uses of Interface
net.minecraftforge.common.IPlantable
Packages that use IPlantable
Package
Description
-
Uses of IPlantable in net.minecraft.world.level.block
Classes in net.minecraft.world.level.block that implement IPlantableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.world.level.block with parameters of type IPlantableModifier and TypeMethodDescriptionbooleanBlock.canSustainPlant(BlockState state, BlockGetter 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 IPlantableModifier and TypeMethodDescriptionbooleanIForgeBlock.canSustainPlant(BlockState state, BlockGetter level, 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(BlockGetter level, 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 IPlantableMethods in net.minecraftforge.debug.block with parameters of type IPlantableModifier and TypeMethodDescriptionbooleanCustomPlantTypeTest.CustomBlock.canSustainPlant(BlockState state, BlockGetter level, BlockPos pos, Direction facing, IPlantable plantable)