Class CountNoiseBiasedDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractCountDecorator<CountNoiseBiasedDecoratorConfig>
net.minecraft.world.gen.decorator.CountNoiseBiasedDecorator
public class CountNoiseBiasedDecorator
extends AbstractCountDecorator<CountNoiseBiasedDecoratorConfig>
- Mappings:
Namespace Name official czlintermediary net/minecraft/class_3316named net/minecraft/world/gen/decorator/CountNoiseBiasedDecorator
-
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
ConstructorsConstructorDescriptionCountNoiseBiasedDecorator(com.mojang.serialization.Codec<CountNoiseBiasedDecoratorConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetCount(Random random, CountNoiseBiasedDecoratorConfig countNoiseBiasedDecoratorConfig, BlockPos blockPos)Methods inherited from class net.minecraft.world.gen.decorator.AbstractCountDecorator
getPositions
-
Constructor Details
-
CountNoiseBiasedDecorator
public CountNoiseBiasedDecorator(com.mojang.serialization.Codec<CountNoiseBiasedDecoratorConfig> configCodec)- Mappings:
Namespace Name Mixin selector official <init>Lczf;<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
-
getCount
protected int getCount(Random random, CountNoiseBiasedDecoratorConfig countNoiseBiasedDecoratorConfig, BlockPos blockPos)- Specified by:
getCountin classAbstractCountDecorator<CountNoiseBiasedDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLczl;a(Ljava/util/Random;Lczm;Lgb;)Iintermediary method_30467Lnet/minecraft/class_3316;method_30467(Ljava/util/Random;Lnet/minecraft/class_3275;Lnet/minecraft/class_2338;)Inamed getCountLnet/minecraft/world/gen/decorator/CountNoiseBiasedDecorator;getCount(Ljava/util/Random;Lnet/minecraft/world/gen/decorator/CountNoiseBiasedDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)I
-