Class PlantPatchFeature

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

public class PlantPatchFeature extends Feature
Mappings:
Namespace Name
intermediary net/minecraft/class_231
glue class_25
server am
client be
named net/minecraft/world/gen/feature/PlantPatchFeature
  • Field Details

    • plantBlockId

      private int plantBlockId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_858 Lnet/minecraft/class_231;field_858:I
      glue field_30 Lclass_25;field_30:I
      server a Lam;a:I
      client a Lbe;a:I
      named plantBlockId Lnet/minecraft/world/gen/feature/PlantPatchFeature;plantBlockId:I
  • Constructor Details

    • PlantPatchFeature

      public PlantPatchFeature(int plantBlockId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_231;<init>(I)V
      glue <init> Lclass_25;<init>(I)V
      server <init> Lam;<init>(I)V
      client <init> Lbe;<init>(I)V
      named <init> Lnet/minecraft/world/gen/feature/PlantPatchFeature;<init>(I)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