Uses of Interface
net.minecraft.util.math.intprovider.IntProviderType
| Package | Description |
|---|---|
| net.minecraft.util.math.intprovider | |
| net.minecraft.util.registry |
-
Uses of IntProviderType in net.minecraft.util.math.intprovider
Fields in net.minecraft.util.math.intprovider declared as IntProviderType Modifier and Type Field Description static IntProviderType<ConstantIntProvider>IntProviderType. CONSTANTstatic IntProviderType<UniformIntProvider>IntProviderType. UNIFORMMethods in net.minecraft.util.math.intprovider that return IntProviderType Modifier and Type Method Description IntProviderType<?>ConstantIntProvider. getType()abstract IntProviderType<?>IntProvider. getType()IntProviderType<?>UniformIntProvider. getType()static <P extends IntProvider>
IntProviderType<P>IntProviderType. register(String id, com.mojang.serialization.Codec<P> codec) -
Uses of IntProviderType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type IntProviderType Modifier and Type Field Description static Registry<IntProviderType<?>>Registry. INT_PROVIDER_TYPEstatic RegistryKey<Registry<IntProviderType<?>>>Registry. INT_PROVIDER_TYPE_KEY