Class BiomePlacementModifier
java.lang.Object
net.minecraft.world.gen.decorator.PlacementModifier
net.minecraft.world.gen.decorator.AbstractConditionalPlacementModifier
net.minecraft.world.gen.decorator.BiomePlacementModifier
- Mappings:
Namespace Name official ddk
intermediary net/minecraft/class_6792
named net/minecraft/world/gen/decorator/BiomePlacementModifier
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final BiomePlacementModifier
static com.mojang.serialization.Codec<BiomePlacementModifier>
Fields inherited from class net.minecraft.world.gen.decorator.PlacementModifier
CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
static BiomePlacementModifier
of()
protected boolean
shouldPlace
(DecoratorContext context, Random random, BlockPos pos) Methods inherited from class net.minecraft.world.gen.decorator.AbstractConditionalPlacementModifier
getPositions
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official c
Lddk;c:Lddk;
intermediary field_35715
Lnet/minecraft/class_6792;field_35715:Lnet/minecraft/class_6792;
named INSTANCE
Lnet/minecraft/world/gen/decorator/BiomePlacementModifier;INSTANCE:Lnet/minecraft/world/gen/decorator/BiomePlacementModifier;
-
MODIFIER_CODEC
- Mappings:
Namespace Name Mixin selector official a
Lddk;a:Lcom/mojang/serialization/Codec;
intermediary field_35714
Lnet/minecraft/class_6792;field_35714:Lcom/mojang/serialization/Codec;
named MODIFIER_CODEC
Lnet/minecraft/world/gen/decorator/BiomePlacementModifier;MODIFIER_CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
BiomePlacementModifier
private BiomePlacementModifier()
-
-
Method Details
-
of
- Mappings:
Namespace Name Mixin selector official a
Lddk;a()Lddk;
intermediary method_39614
Lnet/minecraft/class_6792;method_39614()Lnet/minecraft/class_6792;
named of
Lnet/minecraft/world/gen/decorator/BiomePlacementModifier;of()Lnet/minecraft/world/gen/decorator/BiomePlacementModifier;
-
shouldPlace
- Specified by:
shouldPlace
in classAbstractConditionalPlacementModifier
- Mappings:
Namespace Name Mixin selector official a
Lddy;a(Lddx;Ljava/util/Random;Lgh;)Z
intermediary method_38918
Lnet/minecraft/class_6661;method_38918(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2338;)Z
named shouldPlace
Lnet/minecraft/world/gen/decorator/AbstractConditionalPlacementModifier;shouldPlace(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z
-
getType
- Specified by:
getType
in classPlacementModifier
- Mappings:
Namespace Name Mixin selector official b
Lddz;b()Ldea;
intermediary method_39615
Lnet/minecraft/class_6797;method_39615()Lnet/minecraft/class_6798;
named getType
Lnet/minecraft/world/gen/decorator/PlacementModifier;getType()Lnet/minecraft/world/gen/decorator/PlacementModifierType;
-