Class CountNoiseBiasedDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.SimpleDecorator<CountNoiseBiasedDecoratorConfig>
net.minecraft.world.gen.decorator.CountNoiseBiasedDecorator
public class CountNoiseBiasedDecorator extends SimpleDecorator<CountNoiseBiasedDecoratorConfig>
- Mappings:
Namespace Name official cvxintermediary net/minecraft/class_3316named net/minecraft/world/gen/decorator/CountNoiseBiasedDecorator
-
Field Summary
Fields inherited from class net.minecraft.world.gen.decorator.Decorator
CARVING_MASK, CHANCE, COUNT, COUNT_EXTRA, COUNT_MULTILAYER, COUNT_NOISE, COUNT_NOISE_BIASED, DARK_OAK_TREE, DECORATED, DEPTH_AVERAGE, EMERALD_ORE, END_GATEWAY, END_ISLAND, FIRE, GLOWSTONE, HEIGHTMAP, HEIGHTMAP_SPREAD_DOUBLE, HEIGHTMAP_WORLD_SURFACE, ICEBERG, LAVA_LAKE, MAGMA, NOPE, RANGE, RANGE_BIASED, RANGE_VERY_BIASED, SPREAD_32_ABOVE, SQUARE, TOP_SOLID_HEIGHTMAP, WATER_LAKE -
Constructor Summary
Constructors Constructor Description CountNoiseBiasedDecorator(com.mojang.serialization.Codec<CountNoiseBiasedDecoratorConfig> configCodec) -
Method Summary
Modifier and Type Method Description Stream<BlockPos>getPositions(Random random, CountNoiseBiasedDecoratorConfig countNoiseBiasedDecoratorConfig, BlockPos blockPos)Methods inherited from class net.minecraft.world.gen.decorator.SimpleDecorator
getPositions
-
Constructor Details
-
CountNoiseBiasedDecorator
public CountNoiseBiasedDecorator(com.mojang.serialization.Codec<CountNoiseBiasedDecoratorConfig> configCodec)- Mappings:
Namespace Name Mixin selector official <init>Lcvp;<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
-
getPositions
public Stream<BlockPos> getPositions(Random random, CountNoiseBiasedDecoratorConfig countNoiseBiasedDecoratorConfig, BlockPos blockPos)- Specified by:
getPositionsin classSimpleDecorator<CountNoiseBiasedDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLcvx;a(Ljava/util/Random;Lcvy;Lfx;)Ljava/util/stream/Stream;intermediary method_30467Lnet/minecraft/class_3316;method_30467(Ljava/util/Random;Lnet/minecraft/class_3275;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;named getPositionsLnet/minecraft/world/gen/decorator/CountNoiseBiasedDecorator;getPositions(Ljava/util/Random;Lnet/minecraft/world/gen/decorator/CountNoiseBiasedDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;
-