Class ClayFeature

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

public class ClayFeature
extends Feature
Mappings:
Namespace Name
official aop
intermediary net/minecraft/class_437
named net/minecraft/world/gen/feature/ClayFeature
  • Field Details

    • clay

      private Block clay
      Mappings:
      Namespace Name Mixin selector
      official a Laop;a:Lafh;
      intermediary field_1915 Lnet/minecraft/class_437;field_1915:Lnet/minecraft/class_160;
      named clay Lnet/minecraft/world/gen/feature/ClayFeature;clay:Lnet/minecraft/block/Block;
    • count

      private int count
      Mappings:
      Namespace Name Mixin selector
      official b Laop;b:I
      intermediary field_1916 Lnet/minecraft/class_437;field_1916:I
      named count Lnet/minecraft/world/gen/feature/ClayFeature;count:I
  • Constructor Details

    • ClayFeature

      public ClayFeature​(int count)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laop;<init>(I)V
      intermediary <init> Lnet/minecraft/class_437;<init>(I)V
      named <init> Lnet/minecraft/world/gen/feature/ClayFeature;<init>(I)V
  • Method Details

    • generate

      public boolean generate​(World world, Random random, BlockPos blockPos)
      Specified by:
      generate in class Feature
      Mappings:
      Namespace Name Mixin selector
      official b Laot;b(Ladm;Ljava/util/Random;Lcj;)Z
      intermediary method_1539 Lnet/minecraft/class_441;method_1539(Lnet/minecraft/class_99;Ljava/util/Random;Lnet/minecraft/class_1372;)Z
      named generate Lnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z