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 awg
intermediary net/minecraft/class_1224
named net/minecraft/world/gen/feature/ClayFeature
  • Field Details

    • clay

      private final Block clay
      Mappings:
      Namespace Name Mixin selector
      official a Lawg;a:Lalu;
      intermediary field_7521 Lnet/minecraft/class_1224;field_7521:Lnet/minecraft/class_197;
      named clay Lnet/minecraft/world/gen/feature/ClayFeature;clay:Lnet/minecraft/block/Block;
    • count

      private final int count
      Mappings:
      Namespace Name Mixin selector
      official b Lawg;b:I
      intermediary field_4880 Lnet/minecraft/class_1224;field_4880: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> Lawg;<init>(I)V
      intermediary <init> Lnet/minecraft/class_1224;<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 Lawn;b(Lajs;Ljava/util/Random;Lco;)Z
      intermediary method_4028 Lnet/minecraft/class_1227;method_4028(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2552;)Z
      named generate Lnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z