类 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
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected int
count
(RandomSource pRandom, BlockPos pPos) static CountPlacement
of
(int pCount) static CountPlacement
of
(IntProvider pCount) type()
从类继承的方法 net.minecraft.world.level.levelgen.placement.RepeatingPlacement
getPositions
-
字段详细资料
-
CODEC
-
count
-
-
构造器详细资料
-
CountPlacement
-
-
方法详细资料
-
of
-
of
-
count
- 指定者:
count
在类中RepeatingPlacement
-
type
- 指定者:
type
在类中PlacementModifier
-