Interface IntProviderType<P extends IntProvider>
public interface IntProviderType<P extends IntProvider>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IntProviderType<BiasedToBottomInt>
static final IntProviderType<ClampedInt>
static final IntProviderType<ClampedNormalInt>
static final IntProviderType<ConstantInt>
static final IntProviderType<UniformInt>
static final IntProviderType<WeightedListInt>
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>
codec()
static <P extends IntProvider>
IntProviderType<P>
-
Field Details
-
CONSTANT
-
UNIFORM
-
BIASED_TO_BOTTOM
-
CLAMPED
-
WEIGHTED_LIST
-
CLAMPED_NORMAL
-
-
Method Details
-
codec
com.mojang.serialization.Codec<P> codec() -
register
static <P extends IntProvider> IntProviderType<P> register(String p_146558_, com.mojang.serialization.Codec<P> p_146559_)
-