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 SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CountPlacement>private final IntProvider
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.RepeatingPlacementgetPositions
- 
Field Details- 
CODEC
- 
count
 
- 
- 
Constructor Details- 
CountPlacement
 
- 
- 
Method Details- 
of
- 
of
- 
count- Specified by:
- countin class- RepeatingPlacement
 
- 
type- Specified by:
- typein class- PlacementModifier
 
 
-