Class IcebergDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<NopeDecoratorConfig>
net.minecraft.world.gen.decorator.IcebergDecorator
- Mappings:
Namespace Name official dab
intermediary net/minecraft/class_5852
named net/minecraft/world/gen/decorator/IcebergDecorator
-
Field Summary
Fields inherited from class net.minecraft.world.gen.decorator.Decorator
CARVING_MASK, CAVE_SURFACE, CHANCE, COUNT, COUNT_EXTRA, COUNT_MULTILAYER, COUNT_NOISE, COUNT_NOISE_BIASED, DARK_OAK_TREE, DECORATED, END_GATEWAY, HEIGHTMAP, HEIGHTMAP_SPREAD_DOUBLE, ICEBERG, LAVA_LAKE, NOPE, RANGE, SPREAD_32_ABOVE, SQUARE, WATER_DEPTH_THRESHOLD
-
Constructor Summary
ConstructorsConstructorDescriptionIcebergDecorator(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)
-
Method Summary
Modifier and TypeMethodDescriptiongetPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)
-
Constructor Details
-
IcebergDecorator
- 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
-
getPositions
public Stream<BlockPos> getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)- Specified by:
getPositions
in classDecorator<NopeDecoratorConfig>
- Mappings:
Namespace Name Mixin selector official a
Ldab;a(Lczv;Ljava/util/Random;Lcvr;Lgg;)Ljava/util/stream/Stream;
intermediary method_33872
Lnet/minecraft/class_5852;method_33872(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_3113;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
named getPositions
Lnet/minecraft/world/gen/decorator/IcebergDecorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/NopeDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;
-