Class FixedPlacement
java.lang.Object
net.minecraft.world.level.levelgen.placement.PlacementModifier
net.minecraft.world.level.levelgen.placement.FixedPlacement
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPositions
(PlacementContext p_352915_, RandomSource p_352928_, BlockPos p_352899_) private static boolean
isSameChunk
(int p_352906_, int p_352932_, BlockPos p_352907_) static FixedPlacement
type()
-
Field Details
-
CODEC
-
positions
-
-
Constructor Details
-
FixedPlacement
-
-
Method Details
-
of
-
getPositions
public Stream<BlockPos> getPositions(PlacementContext p_352915_, RandomSource p_352928_, BlockPos p_352899_) - Specified by:
getPositions
in classPlacementModifier
-
isSameChunk
-
type
- Specified by:
type
in classPlacementModifier
-