Class CountOnEveryLayerPlacement
java.lang.Object
net.minecraft.world.level.levelgen.placement.PlacementModifier
net.minecraft.world.level.levelgen.placement.CountOnEveryLayerPlacement
Deprecated.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CountOnEveryLayerPlacement>Deprecated.private final IntProviderDeprecated.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateCountOnEveryLayerPlacement(IntProvider p_191603_) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intfindOnGroundYPosition(PlacementContext p_191613_, int p_191614_, int p_191615_, int p_191616_, int p_191617_) Deprecated.getPositions(PlacementContext p_226329_, RandomSource p_226330_, BlockPos p_226331_) Deprecated.private static booleanisEmpty(BlockState p_191609_) Deprecated.static CountOnEveryLayerPlacementof(int p_191605_) Deprecated.static CountOnEveryLayerPlacementof(IntProvider p_191607_) Deprecated.type()Deprecated.
- 
Field Details- 
CODECDeprecated.
- 
countDeprecated.
 
- 
- 
Constructor Details- 
CountOnEveryLayerPlacementDeprecated.
 
- 
- 
Method Details- 
ofDeprecated.
- 
ofDeprecated.
- 
getPositionspublic Stream<BlockPos> getPositions(PlacementContext p_226329_, RandomSource p_226330_, BlockPos p_226331_) Deprecated.- Specified by:
- getPositionsin class- PlacementModifier
 
- 
typeDeprecated.- Specified by:
- typein class- PlacementModifier
 
- 
findOnGroundYPositionprivate static int findOnGroundYPosition(PlacementContext p_191613_, int p_191614_, int p_191615_, int p_191616_, int p_191617_) Deprecated.
- 
isEmptyDeprecated.
 
-