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.Codec<CountPlacement>private final IntProvider - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected intcount(RandomSource p_226333_, BlockPos p_226334_) static CountPlacementof(int p_191629_) static CountPlacementof(IntProvider p_191631_) 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
 
 -