Uses of Interface
net.minecraft.util.math.intprovider.IntProviderType
Packages that use IntProviderType
-
Uses of IntProviderType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type IntProviderTypeModifier and TypeFieldDescriptionstatic final Registry<IntProviderType<?>>Registries.INT_PROVIDER_TYPEstatic final RegistryKey<Registry<IntProviderType<?>>>RegistryKeys.INT_PROVIDER_TYPE -
Uses of IntProviderType in net.minecraft.util.math.intprovider
Fields in net.minecraft.util.math.intprovider declared as IntProviderTypeModifier and TypeFieldDescriptionstatic final IntProviderType<BiasedToBottomIntProvider>IntProviderType.BIASED_TO_BOTTOMstatic final IntProviderType<ClampedIntProvider>IntProviderType.CLAMPEDstatic final IntProviderType<ClampedNormalIntProvider>IntProviderType.CLAMPED_NORMALstatic final IntProviderType<ConstantIntProvider>IntProviderType.CONSTANTstatic final IntProviderType<UniformIntProvider>IntProviderType.UNIFORMstatic final IntProviderType<WeightedListIntProvider>IntProviderType.WEIGHTED_LISTMethods in net.minecraft.util.math.intprovider that return IntProviderTypeModifier and TypeMethodDescriptionBiasedToBottomIntProvider.getType()ClampedIntProvider.getType()ClampedNormalIntProvider.getType()ConstantIntProvider.getType()abstract IntProviderType<?>IntProvider.getType()UniformIntProvider.getType()WeightedListIntProvider.getType()static <P extends IntProvider>
IntProviderType<P>