Class LakeFeature

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

public class LakeFeature extends Feature
Mappings:
Namespace Name
intermediary net/minecraft/class_624
glue class_81
server cd
client dj
named net/minecraft/world/gen/feature/LakeFeature
  • Field Details

    • waterBlockId

      private int waterBlockId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2697 Lnet/minecraft/class_624;field_2697:I
      glue field_174 Lclass_81;field_174:I
      server a Lcd;a:I
      client a Ldj;a:I
      named waterBlockId Lnet/minecraft/world/gen/feature/LakeFeature;waterBlockId:I
  • Constructor Details

    • LakeFeature

      public LakeFeature(int waterBlockId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_624;<init>(I)V
      glue <init> Lclass_81;<init>(I)V
      server <init> Lcd;<init>(I)V
      client <init> Ldj;<init>(I)V
      named <init> Lnet/minecraft/world/gen/feature/LakeFeature;<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