Package net.minecraft.block
Interface Fertilizable
- All Known Implementing Classes:
- AbstractPlantBlock,- AbstractPlantStemBlock,- AzaleaBlock,- BambooBlock,- BambooShootBlock,- BeetrootsBlock,- BigDripleafBlock,- BigDripleafStemBlock,- CarrotsBlock,- CaveVinesBodyBlock,- CaveVinesHeadBlock,- CocoaBlock,- CropBlock,- FlowerbedBlock,- FungusBlock,- GlowLichenBlock,- GrassBlock,- HangingMossBlock,- KelpBlock,- KelpPlantBlock,- MangroveLeavesBlock,- MossBlock,- MushroomPlantBlock,- NetherrackBlock,- NyliumBlock,- PaleMossCarpetBlock,- PitcherCropBlock,- PotatoesBlock,- PropaguleBlock,- RootedDirtBlock,- SaplingBlock,- SeagrassBlock,- SeaPickleBlock,- ShortPlantBlock,- SmallDripleafBlock,- StemBlock,- SweetBerryBushBlock,- TallFlowerBlock,- TorchflowerBlock,- TwistingVinesBlock,- TwistingVinesPlantBlock,- WeepingVinesBlock,- WeepingVinesPlantBlock
public interface Fertilizable
- Mappings:
- Namespace - Name - named - net/minecraft/block/Fertilizable- intermediary - net/minecraft/class_2256- official - djq
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanGrow(World world, Random random, BlockPos pos, BlockState state) default Fertilizable.FertilizableTypedefault BlockPosvoidgrow(ServerWorld world, Random random, BlockPos pos, BlockState state) booleanisFertilizable(WorldView world, BlockPos pos, BlockState state) 
- 
Method Details- 
isFertilizable- Mappings:
- Namespace - Name - Mixin selector - named - isFertilizable- Lnet/minecraft/block/Fertilizable;isFertilizable(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z- intermediary - method_9651- Lnet/minecraft/class_2256;method_9651(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Z- official - a- Ldjq;a(Ldgm;Lji;Ldwy;)Z
 
- 
canGrow- Mappings:
- Namespace - Name - Mixin selector - named - canGrow- Lnet/minecraft/block/Fertilizable;canGrow(Lnet/minecraft/world/World;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z- intermediary - method_9650- Lnet/minecraft/class_2256;method_9650(Lnet/minecraft/class_1937;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Z- official - a- Ldjq;a(Ldgj;Lazh;Lji;Ldwy;)Z
 
- 
grow- Mappings:
- Namespace - Name - Mixin selector - named - grow- Lnet/minecraft/block/Fertilizable;grow(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V- intermediary - method_9652- Lnet/minecraft/class_2256;method_9652(Lnet/minecraft/class_3218;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V- official - a- Ldjq;a(Lard;Lazh;Lji;Ldwy;)V
 
- 
getFertilizeParticlePos- Mappings:
- Namespace - Name - Mixin selector - named - getFertilizeParticlePos- Lnet/minecraft/block/Fertilizable;getFertilizeParticlePos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;- intermediary - method_55769- Lnet/minecraft/class_2256;method_55769(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;- official - a- Ldjq;a(Lji;)Lji;
 
- 
getFertilizableType- Mappings:
- Namespace - Name - Mixin selector - named - getFertilizableType- Lnet/minecraft/block/Fertilizable;getFertilizableType()Lnet/minecraft/block/Fertilizable$FertilizableType;- intermediary - method_55770- Lnet/minecraft/class_2256;method_55770()Lnet/minecraft/class_2256$class_9077;- official - aq_- Ldjq;aq_()Ldjq$a;
 
 
-