Interface Growable

All Known Implementing Classes:
AttachedStemBlock, CarrotsBlock, CocoaBlock, CropBlock, DoublePlantBlock, GrassBlock, MushroomBlock, PotatoesBlock, SaplingBlock, TallPlantBlock

public interface Growable
Mappings:
Namespace Name
official ahz
intermediary net/minecraft/class_1753
named net/minecraft/block/Growable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    method_6460(World world, int int2, int int3, int int4, boolean bool)
     
    boolean
    method_6461(World world, Random random, int int2, int int3, int int4)
     
    void
    method_6462(World world, Random random, int int2, int int3, int int4)
     
  • Method Details

    • method_6460

      boolean method_6460(World world, int int2, int int3, int int4, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lahz;a(Lafm;IIIZ)Z
      intermediary method_6460 Lnet/minecraft/class_1753;method_6460(Lnet/minecraft/class_1150;IIIZ)Z
      named method_6460 Lnet/minecraft/block/Growable;method_6460(Lnet/minecraft/world/World;IIIZ)Z
    • method_6461

      boolean method_6461(World world, Random random, int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official a Lahz;a(Lafm;Ljava/util/Random;III)Z
      intermediary method_6461 Lnet/minecraft/class_1753;method_6461(Lnet/minecraft/class_1150;Ljava/util/Random;III)Z
      named method_6461 Lnet/minecraft/block/Growable;method_6461(Lnet/minecraft/world/World;Ljava/util/Random;III)Z
    • method_6462

      void method_6462(World world, Random random, int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official b Lahz;b(Lafm;Ljava/util/Random;III)V
      intermediary method_6462 Lnet/minecraft/class_1753;method_6462(Lnet/minecraft/class_1150;Ljava/util/Random;III)V
      named method_6462 Lnet/minecraft/block/Growable;method_6462(Lnet/minecraft/world/World;Ljava/util/Random;III)V