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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in net.minecraft.world.level.block with parameters of type IPlantableModifier and TypeMethodDescriptionboolean
Block.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 TypeMethodDescriptionboolean
IForgeBlock.canSustainPlant(BlockState state, BlockGetter 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 boolean
IForgeBlockState.canSustainPlant(BlockGetter 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 IPlantableMethods in net.minecraftforge.debug.block with parameters of type IPlantableModifier and TypeMethodDescriptionboolean
CustomPlantTypeTest.CustomBlock.canSustainPlant(BlockState state, BlockGetter world, BlockPos pos, Direction facing, IPlantable plantable)