Class LavaLakeDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.ConditionalDecorator<ChanceDecoratorConfig>
net.minecraft.world.gen.decorator.LavaLakeDecorator
- Mappings:
Namespace Name official dctintermediary net/minecraft/class_3293named net/minecraft/world/gen/decorator/LavaLakeDecorator
-
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
ConstructorsConstructorDescriptionLavaLakeDecorator(com.mojang.serialization.Codec<ChanceDecoratorConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanshouldPlace(DecoratorContext decoratorContext, Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos) Methods inherited from class net.minecraft.world.gen.decorator.ConditionalDecorator
getPositions
-
Constructor Details
-
LavaLakeDecorator
- 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
-
shouldPlace
protected boolean shouldPlace(DecoratorContext decoratorContext, Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos) - Specified by:
shouldPlacein classConditionalDecorator<ChanceDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLdct;a(Ldck;Ljava/util/Random;Ldcc;Lgh;)Zintermediary method_38924Lnet/minecraft/class_3293;method_38924(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_3297;Lnet/minecraft/class_2338;)Znamed shouldPlaceLnet/minecraft/world/gen/decorator/LavaLakeDecorator;shouldPlace(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/ChanceDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Z
-