Class CarvingMaskDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<CarvingMaskDecoratorConfig>
net.minecraft.world.gen.decorator.CarvingMaskDecorator
- Mappings:
Namespace Name official dbwintermediary net/minecraft/class_3234named net/minecraft/world/gen/decorator/CarvingMaskDecorator
-
Field Summary
Fields inherited from class net.minecraft.world.gen.decorator.Decorator
BLOCK_FILTER, BLOCK_SURVIVES_FILTER, CARVING_MASK, CAVE_SURFACE, CHANCE, COUNT, COUNT_EXTRA, COUNT_MULTILAYER, COUNT_NOISE, COUNT_NOISE_BIASED, DARK_OAK_TREE, DECORATED, END_GATEWAY, ENVIRONMENT_SCAN, HEIGHTMAP, ICEBERG, LAVA_LAKE, NOPE, RANGE, SQUARE, SURFACE_RELATIVE_THRESHOLD, WATER_DEPTH_THRESHOLD -
Constructor Summary
ConstructorsConstructorDescriptionCarvingMaskDecorator(com.mojang.serialization.Codec<CarvingMaskDecoratorConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptiongetPositions(DecoratorContext decoratorContext, Random random, CarvingMaskDecoratorConfig carvingMaskDecoratorConfig, BlockPos blockPos)
-
Constructor Details
-
CarvingMaskDecorator
- Mappings:
Namespace Name Mixin selector official <init>Ldco;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_3284;<init>(Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/world/gen/decorator/Decorator;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
getPositions
public Stream<BlockPos> getPositions(DecoratorContext decoratorContext, Random random, CarvingMaskDecoratorConfig carvingMaskDecoratorConfig, BlockPos blockPos) - Specified by:
getPositionsin classDecorator<CarvingMaskDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLdbw;a(Ldck;Ljava/util/Random;Ldbx;Lgh;)Ljava/util/stream/Stream;intermediary method_14341Lnet/minecraft/class_3234;method_14341(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_5851;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;named getPositionsLnet/minecraft/world/gen/decorator/CarvingMaskDecorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/CarvingMaskDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;
-