Class CountPlacementModifier
java.lang.Object
net.minecraft.world.gen.decorator.PlacementModifier
net.minecraft.world.gen.decorator.AbstractCountPlacementModifier
net.minecraft.world.gen.decorator.CountPlacementModifier
- Mappings:
Namespace Name official ddpintermediary net/minecraft/class_6793named net/minecraft/world/gen/decorator/CountPlacementModifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntProviderstatic final com.mojang.serialization.Codec<CountPlacementModifier>Fields inherited from class net.minecraft.world.gen.decorator.PlacementModifier
CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetType()static CountPlacementModifierof(int count) static CountPlacementModifierof(IntProvider count) Methods inherited from class net.minecraft.world.gen.decorator.AbstractCountPlacementModifier
getPositions
-
Field Details
-
MODIFIER_CODEC
- Mappings:
Namespace Name Mixin selector official aLddp;a:Lcom/mojang/serialization/Codec;intermediary field_35718Lnet/minecraft/class_6793;field_35718:Lcom/mojang/serialization/Codec;named MODIFIER_CODECLnet/minecraft/world/gen/decorator/CountPlacementModifier;MODIFIER_CODEC:Lcom/mojang/serialization/Codec;
-
count
- Mappings:
Namespace Name Mixin selector official cLddp;c:Lauw;intermediary field_35719Lnet/minecraft/class_6793;field_35719:Lnet/minecraft/class_6017;named countLnet/minecraft/world/gen/decorator/CountPlacementModifier;count:Lnet/minecraft/util/math/intprovider/IntProvider;
-
-
Constructor Details
-
CountPlacementModifier
- Mappings:
Namespace Name Mixin selector official <init>Lddp;<init>(Lauw;)Vintermediary <init>Lnet/minecraft/class_6793;<init>(Lnet/minecraft/class_6017;)Vnamed <init>Lnet/minecraft/world/gen/decorator/CountPlacementModifier;<init>(Lnet/minecraft/util/math/intprovider/IntProvider;)V
-
-
Method Details
-
of
- Mappings:
Namespace Name Mixin selector official aLddp;a(Lauw;)Lddp;intermediary method_39624Lnet/minecraft/class_6793;method_39624(Lnet/minecraft/class_6017;)Lnet/minecraft/class_6793;named ofLnet/minecraft/world/gen/decorator/CountPlacementModifier;of(Lnet/minecraft/util/math/intprovider/IntProvider;)Lnet/minecraft/world/gen/decorator/CountPlacementModifier;
-
of
- Mappings:
Namespace Name Mixin selector official aLddp;a(I)Lddp;intermediary method_39623Lnet/minecraft/class_6793;method_39623(I)Lnet/minecraft/class_6793;named ofLnet/minecraft/world/gen/decorator/CountPlacementModifier;of(I)Lnet/minecraft/world/gen/decorator/CountPlacementModifier;
-
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;
-