net.minecraft.util.valueproviders

public interface IntProviderType<P extends IntProvider>

bge
net.minecraft.util.valueproviders.IntProviderType
net.minecraft.class_6018
net.minecraft.util.math.intprovider.IntProviderType
net.minecraft.src.C_141053_
net.minecraft.util.valueproviders.IntProviderType

Field summary

Modifier and TypeField
IntProviderType<ConstantInt>
a
CONSTANT
field_29947
CONSTANT
f_146550_
IntProviderType<UniformInt>
b
UNIFORM
field_29948
UNIFORM
f_146551_
IntProviderType<BiasedToBottomInt>
c
BIASED_TO_BOTTOM
field_33452
BIASED_TO_BOTTOM
f_146552_
IntProviderType<ClampedInt>
d
CLAMPED
field_33453
CLAMPED
f_146553_
IntProviderType<WeightedListInt>
e
WEIGHTED_LIST
field_35034
WEIGHTED_LIST
f_185907_
IntProviderType<ClampedNormalInt>
f
CLAMPED_NORMAL
field_35357
CLAMPED_NORMAL
f_185908_

Method summary

Modifier and TypeMethod
com.mojang.serialization.Codec<P>
codec()
codec()
m_146560_()
static <P extends IntProvider> IntProviderType<P>
a(String arg0, com.mojang.serialization.Codec<P> arg1)
register(String arg0, com.mojang.serialization.Codec<P> arg1)
method_35014(String arg0, com.mojang.serialization.Codec<P> arg1)
register(String id, com.mojang.serialization.Codec<P> codec)
m_146557_(String p_146558_, com.mojang.serialization.Codec<P> p_146559_)