Class AbstractConditionalPlacementModifier
java.lang.Object
net.minecraft.world.gen.decorator.PlacementModifier
net.minecraft.world.gen.decorator.AbstractConditionalPlacementModifier
- Direct Known Subclasses:
BiomePlacementModifier
,BlockFilterPlacementModifier
,RarityFilterPlacementModifier
,SurfaceThresholdFilterPlacementModifier
,SurfaceWaterDepthFilterPlacementModifier
- Mappings:
Namespace Name official ddy
intermediary net/minecraft/class_6661
named net/minecraft/world/gen/decorator/AbstractConditionalPlacementModifier
-
Field Summary
Fields inherited from class net.minecraft.world.gen.decorator.PlacementModifier
CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPositions
(DecoratorContext context, Random random, BlockPos pos) Applies this placement modifier to the given position.protected abstract boolean
shouldPlace
(DecoratorContext context, Random random, BlockPos pos) Methods inherited from class net.minecraft.world.gen.decorator.PlacementModifier
getType
-
Constructor Details
-
AbstractConditionalPlacementModifier
public AbstractConditionalPlacementModifier()
-
-
Method Details
-
getPositions
Applies this placement modifier to the given position.- Specified by:
getPositions
in classPlacementModifier
- Mappings:
Namespace Name Mixin selector official a_
Lddz;a_(Lddx;Ljava/util/Random;Lgh;)Ljava/util/stream/Stream;
intermediary method_14452
Lnet/minecraft/class_6797;method_14452(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
named getPositions
Lnet/minecraft/world/gen/decorator/PlacementModifier;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;
-
shouldPlace
- 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
-