Class NoiseThresholdCountPlacementModifier
java.lang.Object
net.minecraft.world.gen.decorator.PlacementModifier
net.minecraft.world.gen.decorator.AbstractCountPlacementModifier
net.minecraft.world.gen.decorator.NoiseThresholdCountPlacementModifier
- Mappings:
Namespace Name official ddvintermediary net/minecraft/class_3003named net/minecraft/world/gen/decorator/NoiseThresholdCountPlacementModifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intstatic final com.mojang.serialization.Codec<NoiseThresholdCountPlacementModifier>private final doubleFields inherited from class net.minecraft.world.gen.decorator.PlacementModifier
CODEC -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateNoiseThresholdCountPlacementModifier(double noiseLevel, int belowNoise, int aboveNoise) -
Method Summary
Methods inherited from class net.minecraft.world.gen.decorator.AbstractCountPlacementModifier
getPositions
-
Field Details
-
MODIFIER_CODEC
public static final com.mojang.serialization.Codec<NoiseThresholdCountPlacementModifier> MODIFIER_CODEC- Mappings:
Namespace Name Mixin selector official aLddv;a:Lcom/mojang/serialization/Codec;intermediary field_24890Lnet/minecraft/class_3003;field_24890:Lcom/mojang/serialization/Codec;named MODIFIER_CODECLnet/minecraft/world/gen/decorator/NoiseThresholdCountPlacementModifier;MODIFIER_CODEC:Lcom/mojang/serialization/Codec;
-
noiseLevel
private final double noiseLevel- Mappings:
Namespace Name Mixin selector official cLddv;c:Dintermediary field_13444Lnet/minecraft/class_3003;field_13444:Dnamed noiseLevelLnet/minecraft/world/gen/decorator/NoiseThresholdCountPlacementModifier;noiseLevel:D
-
belowNoise
private final int belowNoise- Mappings:
Namespace Name Mixin selector official dLddv;d:Iintermediary field_13446Lnet/minecraft/class_3003;field_13446:Inamed belowNoiseLnet/minecraft/world/gen/decorator/NoiseThresholdCountPlacementModifier;belowNoise:I
-
aboveNoise
private final int aboveNoise- Mappings:
Namespace Name Mixin selector official eLddv;e:Iintermediary field_13445Lnet/minecraft/class_3003;field_13445:Inamed aboveNoiseLnet/minecraft/world/gen/decorator/NoiseThresholdCountPlacementModifier;aboveNoise:I
-
-
Constructor Details
-
NoiseThresholdCountPlacementModifier
private NoiseThresholdCountPlacementModifier(double noiseLevel, int belowNoise, int aboveNoise) - Mappings:
Namespace Name Mixin selector official <init>Lddv;<init>(DII)Vintermediary <init>Lnet/minecraft/class_3003;<init>(DII)Vnamed <init>Lnet/minecraft/world/gen/decorator/NoiseThresholdCountPlacementModifier;<init>(DII)V
-
-
Method Details
-
of
public static NoiseThresholdCountPlacementModifier of(double noiseLevel, int belowNoise, int aboveNoise) - Mappings:
Namespace Name Mixin selector official aLddv;a(DII)Lddv;intermediary method_39642Lnet/minecraft/class_3003;method_39642(DII)Lnet/minecraft/class_3003;named ofLnet/minecraft/world/gen/decorator/NoiseThresholdCountPlacementModifier;of(DII)Lnet/minecraft/world/gen/decorator/NoiseThresholdCountPlacementModifier;
-
getCount
- Specified by:
getCountin classAbstractCountPlacementModifier- Mappings:
Namespace Name Mixin selector official aLded;a(Ljava/util/Random;Lgh;)Iintermediary method_14452Lnet/minecraft/class_5857;method_14452(Ljava/util/Random;Lnet/minecraft/class_2338;)Inamed getCountLnet/minecraft/world/gen/decorator/AbstractCountPlacementModifier;getCount(Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)I
-
getType
- Specified by:
getTypein classPlacementModifier- Mappings:
Namespace Name Mixin selector official bLddz;b()Ldea;intermediary method_39615Lnet/minecraft/class_6797;method_39615()Lnet/minecraft/class_6798;named getTypeLnet/minecraft/world/gen/decorator/PlacementModifier;getType()Lnet/minecraft/world/gen/decorator/PlacementModifierType;
-