Uses of Enum Class
net.minecraft.registry.entry.RegistryEntry.Reference.Type
Packages that use RegistryEntry.Reference.Type
-
Uses of RegistryEntry.Reference.Type in net.minecraft.registry.entry
Fields in net.minecraft.registry.entry declared as RegistryEntry.Reference.TypeModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference.Type
RegistryEntry.Reference.referenceType
Methods in net.minecraft.registry.entry that return RegistryEntry.Reference.TypeModifier and TypeMethodDescriptionstatic RegistryEntry.Reference.Type
Returns 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.registry.entry with parameters of type RegistryEntry.Reference.TypeModifierConstructorDescriptionprotected
Reference
(RegistryEntry.Reference.Type referenceType, RegistryEntryOwner<T> owner, @Nullable RegistryKey<T> registryKey, T value)