类 TrapezoidHeight
java.lang.Object
net.minecraft.world.level.levelgen.heightproviders.HeightProvider
net.minecraft.world.level.levelgen.heightproviders.TrapezoidHeight
-
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.MapCodec
<TrapezoidHeight> private static final org.slf4j.Logger
private final VerticalAnchor
private final VerticalAnchor
private final int
-
构造器概要
构造器限定符构造器说明private
TrapezoidHeight
(VerticalAnchor p_162000_, VerticalAnchor p_162001_, int p_162002_) -
方法概要
修饰符和类型方法说明getType()
static TrapezoidHeight
of
(VerticalAnchor p_162007_, VerticalAnchor p_162008_) static TrapezoidHeight
of
(VerticalAnchor p_162010_, VerticalAnchor p_162011_, int p_162012_) int
sample
(RandomSource p_226305_, WorldGenerationContext p_226306_) toString()
-
字段详细资料
-
CODEC
-
LOGGER
private static final org.slf4j.Logger LOGGER -
minInclusive
-
maxInclusive
-
plateau
private final int plateau
-
-
构造器详细资料
-
TrapezoidHeight
-
-
方法详细资料
-
of
-
of
-
sample
- 指定者:
sample
在类中HeightProvider
-
getType
- 指定者:
getType
在类中HeightProvider
-
toString
-