接口 IntProviderType<P extends IntProvider>
public interface IntProviderType<P extends IntProvider>
-
字段概要
字段修饰符和类型字段说明static final IntProviderType<BiasedToBottomInt>
static final IntProviderType<ClampedInt>
static final IntProviderType<ClampedNormalInt>
static final IntProviderType<ConstantInt>
static final IntProviderType<UniformInt>
static final IntProviderType<WeightedListInt>
-
方法概要
修饰符和类型方法说明com.mojang.serialization.Codec<P>
codec()
static <P extends IntProvider>
IntProviderType<P>
-
字段详细资料
-
CONSTANT
-
UNIFORM
-
BIASED_TO_BOTTOM
-
CLAMPED
-
WEIGHTED_LIST
-
CLAMPED_NORMAL
-
-
方法详细资料
-
codec
com.mojang.serialization.Codec<P> codec() -
register
static <P extends IntProvider> IntProviderType<P> register(String pName, com.mojang.serialization.Codec<P> pCodec)
-