Class RepeatingPlacement
java.lang.Object
net.minecraft.world.level.levelgen.placement.PlacementModifier
net.minecraft.world.level.levelgen.placement.RepeatingPlacement
- Direct Known Subclasses:
CountPlacement
,NoiseBasedCountPlacement
,NoiseThresholdCountPlacement
-
Field Summary
Fields inherited from class net.minecraft.world.level.levelgen.placement.PlacementModifier
CODEC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract int
count
(RandomSource random, BlockPos pos) getPositions
(PlacementContext context, RandomSource random, BlockPos pos) Methods inherited from class net.minecraft.world.level.levelgen.placement.PlacementModifier
type
-
Constructor Details
-
RepeatingPlacement
public RepeatingPlacement()
-
-
Method Details
-
count
-
getPositions
- Specified by:
getPositions
in classPlacementModifier
-