Class CountPlacement
java.lang.Object
net.minecraft.world.level.levelgen.placement.PlacementModifier
net.minecraft.world.level.levelgen.placement.RepeatingPlacement
net.minecraft.world.level.levelgen.placement.CountPlacement
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CountPlacement> private final IntProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intcount(RandomSource random, BlockPos pos) static CountPlacementof(int count) static CountPlacementof(IntProvider count) type()Methods inherited from class net.minecraft.world.level.levelgen.placement.RepeatingPlacement
getPositions
-
Field Details
-
CODEC
-
count
-
-
Constructor Details
-
CountPlacement
-
-
Method Details
-
of
-
of
-
count
- Specified by:
countin classRepeatingPlacement
-
type
- Specified by:
typein classPlacementModifier
-