Enum Class Util.class_4378

java.lang.Object
java.lang.Enum<Util.class_4378>
net.minecraft.util.Util.class_4378
All Implemented Interfaces:
Hash.Strategy<Object>, Serializable, Comparable<Util.class_4378>, Constable
Enclosing class:
Util

static enum Util.class_4378 extends Enum<Util.class_4378> implements Hash.Strategy<Object>
Mappings:
Namespace Name
official k$a
intermediary net/minecraft/class_1723$class_4378
named net/minecraft/util/Util$class_4378
  • Enum Constant Details

    • field_21544

      public static final Util.class_4378 field_21544
      Mappings:
      Namespace Name Mixin selector
      official a Lk$a;a:Lk$a;
      intermediary field_21544 Lnet/minecraft/class_1723$class_4378;field_21544:Lnet/minecraft/class_1723$class_4378;
      named field_21544 Lnet/minecraft/util/Util$class_4378;field_21544:Lnet/minecraft/util/Util$class_4378;
  • Constructor Details

    • class_4378

      private class_4378()
  • Method Details

    • values

      public static Util.class_4378[] 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 Util.class_4378 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
    • hashCode

      public int hashCode(Object object)
      Specified by:
      hashCode in interface Hash.Strategy<Object>
      Mappings:
      Namespace Name Mixin selector
      official hashCode Lk$a;hashCode(Ljava/lang/Object;)I
      intermediary hashCode Lnet/minecraft/class_1723$class_4378;hashCode(Ljava/lang/Object;)I
      named hashCode Lnet/minecraft/util/Util$class_4378;hashCode(Ljava/lang/Object;)I
    • equals

      public boolean equals(Object object, Object object2)
      Specified by:
      equals in interface Hash.Strategy<Object>
      Mappings:
      Namespace Name Mixin selector
      official equals Lk$a;equals(Ljava/lang/Object;Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_1723$class_4378;equals(Ljava/lang/Object;Ljava/lang/Object;)Z
      named equals Lnet/minecraft/util/Util$class_4378;equals(Ljava/lang/Object;Ljava/lang/Object;)Z