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
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract int
getPositions
(PlacementContext p_191916_, Random p_191917_, BlockPos p_191918_) Methods inherited from class net.minecraft.world.level.levelgen.placement.PlacementModifier
type
-
Constructor Details
-
RepeatingPlacement
public RepeatingPlacement()
-
-
Method Details
-
count
-
getPositions
public Stream<BlockPos> getPositions(PlacementContext p_191916_, Random p_191917_, BlockPos p_191918_) - Specified by:
getPositions
in classPlacementModifier
-