Class AbstractCountDecorator

java.lang.Object
net.minecraft.class_6797
net.minecraft.world.gen.decorator.AbstractCountDecorator
Direct Known Subclasses:
class_6793, CountNoiseBiasedDecoratorConfig, CountNoiseDecoratorConfig

public abstract class AbstractCountDecorator extends class_6797
Mappings:
Namespace Name
official ddt
intermediary net/minecraft/class_5857
named net/minecraft/world/gen/decorator/AbstractCountDecorator
  • Constructor Details

    • AbstractCountDecorator

      public AbstractCountDecorator()
  • Method Details

    • getCount

      protected abstract int getCount(Random random, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Lddt;a(Ljava/util/Random;Lgh;)I
      intermediary method_14452 Lnet/minecraft/class_5857;method_14452(Ljava/util/Random;Lnet/minecraft/class_2338;)I
      named getCount Lnet/minecraft/world/gen/decorator/AbstractCountDecorator;getCount(Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)I
    • getPositions

      public Stream<BlockPos> getPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos)
      Specified by:
      getPositions in class class_6797
      Mappings:
      Namespace Name Mixin selector
      official a_ Lddp;a_(Lddn;Ljava/util/Random;Lgh;)Ljava/util/stream/Stream;
      intermediary method_14452 Lnet/minecraft/class_6797;method_14452(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
      named getPositions Lnet/minecraft/class_6797;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;