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