Class CountExtraDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractCountDecorator<CountExtraDecoratorConfig>
net.minecraft.world.gen.decorator.CountExtraDecorator
public class CountExtraDecorator extends AbstractCountDecorator<CountExtraDecoratorConfig>
- Mappings:
Namespace Name official cxaintermediary net/minecraft/class_3265named net/minecraft/world/gen/decorator/CountExtraDecorator
-
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, DEPTH_AVERAGE, END_GATEWAY, GLOWSTONE, HEIGHTMAP, HEIGHTMAP_SPREAD_DOUBLE, HEIGHTMAP_WITH_WATER_THRESHOLD, ICEBERG, LAVA_LAKE, NOPE, RANGE, RANGE_BIASED_TO_BOTTOM, RANGE_VERY_BIASED_TO_BOTTOM, SPREAD_32_ABOVE, SQUARE -
Constructor Summary
Constructors Constructor Description CountExtraDecorator(com.mojang.serialization.Codec<CountExtraDecoratorConfig> configCodec) -
Method Summary
Modifier and Type Method Description protected intgetCount(Random random, CountExtraDecoratorConfig countExtraDecoratorConfig, BlockPos blockPos)Methods inherited from class net.minecraft.world.gen.decorator.AbstractCountDecorator
getPositions
-
Constructor Details
-
CountExtraDecorator
- Mappings:
Namespace Name Mixin selector official <init>Lcxi;<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, CountExtraDecoratorConfig countExtraDecoratorConfig, BlockPos blockPos)- Specified by:
getCountin classAbstractCountDecorator<CountExtraDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLcxa;a(Ljava/util/Random;Lcxj;Lfx;)Iintermediary method_33866Lnet/minecraft/class_3265;method_33866(Ljava/util/Random;Lnet/minecraft/class_3276;Lnet/minecraft/class_2338;)Inamed getCountLnet/minecraft/world/gen/decorator/CountExtraDecorator;getCount(Ljava/util/Random;Lnet/minecraft/world/gen/decorator/CountExtraDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)I
-