Enum Class RegistryEntry.Reference.Type

java.lang.Object
java.lang.Enum<RegistryEntry.Reference.Type>
net.minecraft.registry.entry.RegistryEntry.Reference.Type
All Implemented Interfaces:
Serializable, Comparable<RegistryEntry.Reference.Type>, Constable
Enclosing class:
RegistryEntry.Reference<T>

protected static enum RegistryEntry.Reference.Type extends Enum<RegistryEntry.Reference.Type>
The types of reference registry entries.
See Also:
Mappings:
Namespace Name
named net/minecraft/registry/entry/RegistryEntry$Reference$Type
intermediary net/minecraft/class_6880$class_6883$class_6884
official jr$c$a
  • Enum Constant Details Link icon

    • STAND_ALONE Link icon

      public static final RegistryEntry.Reference.Type STAND_ALONE
      Mappings:
      Namespace Name Mixin selector
      named STAND_ALONE Lnet/minecraft/registry/entry/RegistryEntry$Reference$Type;STAND_ALONE:Lnet/minecraft/registry/entry/RegistryEntry$Reference$Type;
      intermediary field_36454 Lnet/minecraft/class_6880$class_6883$class_6884;field_36454:Lnet/minecraft/class_6880$class_6883$class_6884;
      official a Ljr$c$a;a:Ljr$c$a;
    • INTRUSIVE Link icon

      public static final RegistryEntry.Reference.Type INTRUSIVE
      Mappings:
      Namespace Name Mixin selector
      named INTRUSIVE Lnet/minecraft/registry/entry/RegistryEntry$Reference$Type;INTRUSIVE:Lnet/minecraft/registry/entry/RegistryEntry$Reference$Type;
      intermediary field_36455 Lnet/minecraft/class_6880$class_6883$class_6884;field_36455:Lnet/minecraft/class_6880$class_6883$class_6884;
      official b Ljr$c$a;b:Ljr$c$a;
  • Constructor Details Link icon

    • Type Link icon

      private Type()
  • Method Details Link icon

    • values Link icon

      public static RegistryEntry.Reference.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf Link icon

      public static RegistryEntry.Reference.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null