Class CountConfig

java.lang.Object
net.minecraft.world.gen.CountConfig
All Implemented Interfaces:
FeatureConfig

public class CountConfig extends Object implements FeatureConfig
Mappings:
Namespace Name
official dje
intermediary net/minecraft/class_2984
named net/minecraft/world/gen/CountConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<CountConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldje;a:Lcom/mojang/serialization/Codec;
      intermediary field_24878 Lnet/minecraft/class_2984;field_24878:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/CountConfig;CODEC:Lcom/mojang/serialization/Codec;
    • count

      private final IntProvider count
      Mappings:
      Namespace Name Mixin selector
      official b Ldje;b:Lbbr;
      intermediary field_13385 Lnet/minecraft/class_2984;field_13385:Lnet/minecraft/class_6017;
      named count Lnet/minecraft/world/gen/CountConfig;count:Lnet/minecraft/util/math/intprovider/IntProvider;
  • Constructor Details

    • CountConfig

      public CountConfig(int count)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldje;<init>(I)V
      intermediary <init> Lnet/minecraft/class_2984;<init>(I)V
      named <init> Lnet/minecraft/world/gen/CountConfig;<init>(I)V
    • CountConfig

      public CountConfig(IntProvider distribution)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldje;<init>(Lbbr;)V
      intermediary <init> Lnet/minecraft/class_2984;<init>(Lnet/minecraft/class_6017;)V
      named <init> Lnet/minecraft/world/gen/CountConfig;<init>(Lnet/minecraft/util/math/intprovider/IntProvider;)V
  • Method Details

    • getCount

      public IntProvider getCount()
      Mappings:
      Namespace Name Mixin selector
      official a Ldje;a()Lbbr;
      intermediary method_30396 Lnet/minecraft/class_2984;method_30396()Lnet/minecraft/class_6017;
      named getCount Lnet/minecraft/world/gen/CountConfig;getCount()Lnet/minecraft/util/math/intprovider/IntProvider;