Class CountNoiseDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractCountDecorator<CountNoiseDecoratorConfig>
net.minecraft.world.gen.decorator.CountNoiseDecorator
- Mappings:
Namespace Name official dbuintermediary net/minecraft/class_5441named net/minecraft/world/gen/decorator/CountNoiseDecorator
-
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, HEIGHTMAP, HEIGHTMAP_SPREAD_DOUBLE, ICEBERG, LAVA_LAKE, NOPE, RANGE, SPREAD_32_ABOVE, SQUARE, SURFACE_RELATIVE_THRESHOLD, WATER_DEPTH_THRESHOLD -
Constructor Summary
ConstructorsConstructorDescriptionCountNoiseDecorator(com.mojang.serialization.Codec<CountNoiseDecoratorConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetCount(Random random, CountNoiseDecoratorConfig countNoiseDecoratorConfig, BlockPos blockPos) Methods inherited from class net.minecraft.world.gen.decorator.AbstractCountDecorator
getPositions
-
Constructor Details
-
CountNoiseDecorator
- Mappings:
Namespace Name Mixin selector official <init>Ldcb;<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, CountNoiseDecoratorConfig countNoiseDecoratorConfig, BlockPos blockPos) - Specified by:
getCountin classAbstractCountDecorator<CountNoiseDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLdbu;a(Ljava/util/Random;Lcxm;Lgh;)Iintermediary method_33865Lnet/minecraft/class_5441;method_33865(Ljava/util/Random;Lnet/minecraft/class_3003;Lnet/minecraft/class_2338;)Inamed getCountLnet/minecraft/world/gen/decorator/CountNoiseDecorator;getCount(Ljava/util/Random;Lnet/minecraft/world/gen/decorator/CountNoiseDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)I
-