Uses of Interface
net.minecraft.util.valueproviders.IntProviderType
Packages that use IntProviderType
-
Uses of IntProviderType in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type IntProviderTypeModifier and TypeFieldDescriptionstatic final Registry
<IntProviderType<?>> BuiltInRegistries.INT_PROVIDER_TYPE
static final ResourceKey
<Registry<IntProviderType<?>>> Registries.INT_PROVIDER_TYPE
-
Uses of IntProviderType in net.minecraft.util.valueproviders
Fields in net.minecraft.util.valueproviders declared as IntProviderTypeModifier and TypeFieldDescriptionstatic final IntProviderType
<BiasedToBottomInt> IntProviderType.BIASED_TO_BOTTOM
static final IntProviderType
<ClampedInt> IntProviderType.CLAMPED
static final IntProviderType
<ClampedNormalInt> IntProviderType.CLAMPED_NORMAL
static final IntProviderType
<ConstantInt> IntProviderType.CONSTANT
static final IntProviderType
<UniformInt> IntProviderType.UNIFORM
static final IntProviderType
<WeightedListInt> IntProviderType.WEIGHTED_LIST
Methods in net.minecraft.util.valueproviders that return IntProviderTypeModifier and TypeMethodDescriptionBiasedToBottomInt.getType()
ClampedInt.getType()
ClampedNormalInt.getType()
ConstantInt.getType()
abstract IntProviderType
<?> IntProvider.getType()
UniformInt.getType()
WeightedListInt.getType()
static <P extends IntProvider>
IntProviderType<P>