Class AbstractCountDecorator
java.lang.Object
net.minecraft.class_6797
net.minecraft.world.gen.decorator.AbstractCountDecorator
- Direct Known Subclasses:
class_6793,CountNoiseBiasedDecoratorConfig,CountNoiseDecoratorConfig
- Mappings:
Namespace Name official ddtintermediary net/minecraft/class_5857named net/minecraft/world/gen/decorator/AbstractCountDecorator
-
Field Summary
Fields inherited from class net.minecraft.class_6797
field_35736 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract intgetPositions(DecoratorContext decoratorContext, Random random, BlockPos blockPos) Methods inherited from class net.minecraft.class_6797
method_39615
-
Constructor Details
-
AbstractCountDecorator
public AbstractCountDecorator()
-
-
Method Details
-
getCount
- Mappings:
Namespace Name Mixin selector official aLddt;a(Ljava/util/Random;Lgh;)Iintermediary method_14452Lnet/minecraft/class_5857;method_14452(Ljava/util/Random;Lnet/minecraft/class_2338;)Inamed getCountLnet/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:
getPositionsin classclass_6797- Mappings:
Namespace Name Mixin selector official a_Lddp;a_(Lddn;Ljava/util/Random;Lgh;)Ljava/util/stream/Stream;intermediary method_14452Lnet/minecraft/class_6797;method_14452(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;named getPositionsLnet/minecraft/class_6797;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;
-