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
count
(RandomSource p_226400_, BlockPos p_226401_) getPositions
(PlacementContext p_226403_, RandomSource p_226404_, BlockPos p_226405_) 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_226403_, RandomSource p_226404_, BlockPos p_226405_) - Specified by:
getPositions
in classPlacementModifier
-