Package net.minecraft.block
Interface Fertilizable
- All Known Implementing Classes:
AbstractPlantBlock,AbstractPlantStemBlock,BambooBlock,BambooSaplingBlock,BeetrootsBlock,CarrotsBlock,CocoaBlock,CropBlock,FernBlock,FungusBlock,GrassBlock,KelpBlock,KelpPlantBlock,MushroomPlantBlock,NetherrackBlock,NyliumBlock,PotatoesBlock,SaplingBlock,SeagrassBlock,SeaPickleBlock,StemBlock,SweetBerryBushBlock,TallFlowerBlock,TwistingVinesBlock,TwistingVinesPlantBlock,WeepingVinesBlock,WeepingVinesPlantBlock
public interface Fertilizable
-
Method Summary
Modifier and Type Method Description booleancanGrow(World world, Random random, BlockPos pos, BlockState state)voidgrow(ServerWorld world, Random random, BlockPos pos, BlockState state)booleanisFertilizable(BlockView world, BlockPos pos, BlockState state, boolean isClient)
-
Method Details
-
isFertilizable
-
canGrow
-
grow
-