Class CountDecorator


public class CountDecorator extends AbstractCountDecorator<CountConfig>
Mappings:
Namespace Name
official czp
intermediary net/minecraft/class_5440
named net/minecraft/world/gen/decorator/CountDecorator
  • Constructor Details

    • CountDecorator

      public CountDecorator(com.mojang.serialization.Codec<CountConfig> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lczx;<init>(Lcom/mojang/serialization/Codec;)V
      intermediary <init> Lnet/minecraft/class_3284;<init>(Lcom/mojang/serialization/Codec;)V
      named <init> Lnet/minecraft/world/gen/decorator/Decorator;<init>(Lcom/mojang/serialization/Codec;)V
  • Method Details

    • getCount

      protected int getCount(Random random, CountConfig countConfig, BlockPos blockPos)
      Specified by:
      getCount in class AbstractCountDecorator<CountConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lczp;a(Ljava/util/Random;Lcuz;Lgg;)I
      intermediary method_33864 Lnet/minecraft/class_5440;method_33864(Ljava/util/Random;Lnet/minecraft/class_2984;Lnet/minecraft/class_2338;)I
      named getCount Lnet/minecraft/world/gen/decorator/CountDecorator;getCount(Ljava/util/Random;Lnet/minecraft/world/gen/CountConfig;Lnet/minecraft/util/math/BlockPos;)I