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>

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

    • STAND_ALONE

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

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

    • Type

      private Type()
  • Method Details

    • values

      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

      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