net.minecraft.util.valueproviders

public interface IntProviderType<P extends IntProvider>

buv
net.minecraft.util.valueproviders.IntProviderType
net.minecraft.class_6018

Field summary

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

Method summary

Modifier and TypeMethod
com.mojang.serialization.MapCodec<P>
codec()
codec()
static <P extends IntProvider> IntProviderType<P>
a(String arg0, com.mojang.serialization.MapCodec<P> arg1)
register(String arg0, com.mojang.serialization.MapCodec<P> arg1)
method_35014(String arg0, com.mojang.serialization.MapCodec<P> arg1)