Uses of Interface
net.minecraft.util.math.intprovider.IntProviderType
Packages that use IntProviderType
-
Uses of IntProviderType in net.minecraft.util.math.intprovider
Fields in net.minecraft.util.math.intprovider declared as IntProviderTypeModifier and TypeFieldDescriptionIntProviderType.BIASED_TO_BOTTOMstatic IntProviderType<ClampedIntProvider>IntProviderType.CLAMPEDstatic IntProviderType<ConstantIntProvider>IntProviderType.CONSTANTstatic IntProviderType<UniformIntProvider>IntProviderType.UNIFORMMethods in net.minecraft.util.math.intprovider that return IntProviderTypeModifier and TypeMethodDescriptionBiasedToBottomIntProvider.getType()ClampedIntProvider.getType()ConstantIntProvider.getType()abstract IntProviderType<?>IntProvider.getType()UniformIntProvider.getType()static <P extends IntProvider>
IntProviderType<P> -
Uses of IntProviderType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type IntProviderTypeModifier and TypeFieldDescriptionstatic Registry<IntProviderType<?>>Registry.INT_PROVIDER_TYPEstatic RegistryKey<Registry<IntProviderType<?>>>Registry.INT_PROVIDER_TYPE_KEY