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 class
AttachedStemBlock
class
BeetrootBlock
class
BushBlock
class
CactusBlock
class
CarrotBlock
class
CropsBlock
class
DeadBushBlock
class
DoublePlantBlock
class
FlowerBlock
class
FungusBlock
class
LilyPadBlock
class
MushroomBlock
class
NetherRootsBlock
class
NetherSproutsBlock
class
NetherWartBlock
class
PotatoBlock
class
SaplingBlock
class
SeaGrassBlock
class
SeaPickleBlock
class
StemBlock
class
SugarCaneBlock
class
SweetBerryBushBlock
class
TallFlowerBlock
class
TallGrassBlock
class
TallSeaGrassBlock
class
WitherRoseBlock
Methods in net.minecraft.block with parameters of type IPlantable Modifier and Type Method Description boolean
Block. 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 boolean
IForgeBlock. 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 boolean
IForgeBlockState. 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 class
CustomPlantTypeTest.CustomPlantBlock
Methods in net.minecraftforge.debug.block with parameters of type IPlantable Modifier and Type Method Description boolean
CustomPlantTypeTest.CustomBlock. canSustainPlant(BlockState state, IBlockReader world, BlockPos pos, Direction facing, IPlantable plantable)
-