Class GrassPatchFeature

java.lang.Object
net.minecraft.world.gen.feature.Feature
net.minecraft.world.gen.feature.GrassPatchFeature

public class GrassPatchFeature extends Feature
Mappings:
Namespace Name
intermediary net/minecraft/class_623
glue class_8
server ad
client ap
named net/minecraft/world/gen/feature/GrassPatchFeature
  • Field Details

    • tallGrassBlockId

      private int tallGrassBlockId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2693 Lnet/minecraft/class_623;field_2693:I
      glue field_12 Lclass_8;field_12:I
      server a Lad;a:I
      client a Lap;a:I
      named tallGrassBlockId Lnet/minecraft/world/gen/feature/GrassPatchFeature;tallGrassBlockId:I
    • tallGrassBlockMeta

      private int tallGrassBlockMeta
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2694 Lnet/minecraft/class_623;field_2694:I
      glue field_13 Lclass_8;field_13:I
      server b Lad;b:I
      client b Lap;b:I
      named tallGrassBlockMeta Lnet/minecraft/world/gen/feature/GrassPatchFeature;tallGrassBlockMeta:I
  • Constructor Details

    • GrassPatchFeature

      public GrassPatchFeature(int tallGrassBlockId, int tallGrassBlockMeta)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_623;<init>(II)V
      glue <init> Lclass_8;<init>(II)V
      server <init> Lad;<init>(II)V
      client <init> Lap;<init>(II)V
      named <init> Lnet/minecraft/world/gen/feature/GrassPatchFeature;<init>(II)V
  • Method Details

    • generate

      public boolean generate(World world, Random random, int x, int y, int z)
      Specified by:
      generate in class Feature
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1142 Lnet/minecraft/class_239;method_1142(Lnet/minecraft/class_18;Ljava/util/Random;III)Z
      glue method_22 Lclass_364;method_22(Lclass_129;Ljava/util/Random;III)Z
      server a Ljm;a(Ldj;Ljava/util/Random;III)Z
      client a Lpg;a(Lfd;Ljava/util/Random;III)Z
      named generate Lnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/World;Ljava/util/Random;III)Z