Uses of Enum Class
net.minecraft.util.registry.RegistryEntry.Reference.Type
Packages that use RegistryEntry.Reference.Type
-
Uses of RegistryEntry.Reference.Type in net.minecraft.util.registry
Fields in net.minecraft.util.registry declared as RegistryEntry.Reference.TypeModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference.TypeRegistryEntry.Reference.referenceTypeMethods in net.minecraft.util.registry that return RegistryEntry.Reference.TypeModifier and TypeMethodDescriptionstatic RegistryEntry.Reference.TypeReturns the enum constant of this class with the specified name.static RegistryEntry.Reference.Type[]RegistryEntry.Reference.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.util.registry with parameters of type RegistryEntry.Reference.TypeModifierConstructorDescriptionprivateReference(RegistryEntry.Reference.Type referenceType, Registry<T> registry, @Nullable RegistryKey<T> registryKey, T value)