Package net.minecraft.block
Interface Growable
- All Known Implementing Classes:
AttachedStemBlock,BeetrootsBlock,CarrotsBlock,CocoaBlock,CropBlock,DoublePlantBlock,GrassBlock,MushroomBlock,PotatoesBlock,SaplingBlock,TallPlantBlock
public interface Growable
- Mappings:
Namespace Name official aozintermediary net/minecraft/class_1753named net/minecraft/block/Growable
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanBeFertilized(World world, Random random, BlockPos pos, BlockState state) booleancanGrow(World world, BlockPos pos, BlockState state, boolean bl) voidgrow(World world, Random random, BlockPos pos, BlockState state)
-
Method Details
-
canGrow
- Mappings:
Namespace Name Mixin selector official aLaoz;a(Lamu;Let;Lawt;Z)Zintermediary method_6460Lnet/minecraft/class_1753;method_6460(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_2232;Z)Znamed canGrowLnet/minecraft/block/Growable;canGrow(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Z)Z
-
canBeFertilized
- Mappings:
Namespace Name Mixin selector official aLaoz;a(Lamu;Ljava/util/Random;Let;Lawt;)Zintermediary method_6461Lnet/minecraft/class_1753;method_6461(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2552;Lnet/minecraft/class_2232;)Znamed canBeFertilizedLnet/minecraft/block/Growable;canBeFertilized(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z
-
grow
- Mappings:
Namespace Name Mixin selector official bLaoz;b(Lamu;Ljava/util/Random;Let;Lawt;)Vintermediary method_6462Lnet/minecraft/class_1753;method_6462(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2552;Lnet/minecraft/class_2232;)Vnamed growLnet/minecraft/block/Growable;grow(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-