类 HeightProvider
java.lang.Object
net.minecraft.world.level.levelgen.heightproviders.HeightProvider
- 直接已知子类:
BiasedToBottomHeight
,ConstantHeight
,TrapezoidHeight
,UniformHeight
,VeryBiasedToBottomHeight
,WeightedListHeight
-
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.Codec
<HeightProvider> private static final com.mojang.serialization.Codec
<com.mojang.datafixers.util.Either<VerticalAnchor, HeightProvider>> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract HeightProviderType
<?> getType()
abstract int
sample
(RandomSource p_226302_, WorldGenerationContext p_226303_)
-
字段详细资料
-
CONSTANT_OR_DISPATCH_CODEC
private static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<VerticalAnchor,HeightProvider>> CONSTANT_OR_DISPATCH_CODEC -
CODEC
-
-
构造器详细资料
-
HeightProvider
public HeightProvider()
-
-
方法详细资料
-
sample
-
getType
-