Class LavaLakeDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractCountDecorator<ChanceDecoratorConfig>
net.minecraft.world.gen.decorator.LavaLakeDecorator
- Mappings:
Namespace Name official dac
intermediary net/minecraft/class_3293
named net/minecraft/world/gen/decorator/LavaLakeDecorator
-
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
ConstructorDescriptionLavaLakeDecorator(com.mojang.serialization.Codec<ChanceDecoratorConfig> configCodec)
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
getCount(Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos)
Methods inherited from class net.minecraft.world.gen.decorator.AbstractCountDecorator
getPositions
-
Constructor Details
-
LavaLakeDecorator
- 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
-
getCount
protected int getCount(Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos)- Specified by:
getCount
in classAbstractCountDecorator<ChanceDecoratorConfig>
- Mappings:
Namespace Name Mixin selector official a
Ldac;a(Ljava/util/Random;Lczn;Lgg;)I
intermediary method_15931
Lnet/minecraft/class_3293;method_15931(Ljava/util/Random;Lnet/minecraft/class_3297;Lnet/minecraft/class_2338;)I
named getCount
Lnet/minecraft/world/gen/decorator/LavaLakeDecorator;getCount(Ljava/util/Random;Lnet/minecraft/world/gen/decorator/ChanceDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)I
-