Class ClayOreFeature

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

public class ClayOreFeature extends Feature
Mappings:
Namespace Name
intermediary net/minecraft/class_289
glue class_310
server ib
client ms
named net/minecraft/world/gen/feature/ClayOreFeature
  • Field Details

    • clayBlockId

      private int clayBlockId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1144 Lnet/minecraft/class_289;field_1144:I
      glue field_1336 Lclass_310;field_1336:I
      server a Lib;a:I
      client a Lms;a:I
      named clayBlockId Lnet/minecraft/world/gen/feature/ClayOreFeature;clayBlockId:I
    • blockCount

      private int blockCount
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1145 Lnet/minecraft/class_289;field_1145:I
      glue field_1337 Lclass_310;field_1337:I
      server b Lib;b:I
      client b Lms;b:I
      named blockCount Lnet/minecraft/world/gen/feature/ClayOreFeature;blockCount:I
  • Constructor Details

    • ClayOreFeature

      public ClayOreFeature(int blockCount)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_289;<init>(I)V
      glue <init> Lclass_310;<init>(I)V
      server <init> Lib;<init>(I)V
      client <init> Lms;<init>(I)V
      named <init> Lnet/minecraft/world/gen/feature/ClayOreFeature;<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