Package net.minecraft

Record Class class_8666

java.lang.Object
java.lang.Record
net.minecraft.class_8666
Record Components:
enabled -
disabled -
enabledFocused -
disabledFocused -

@Environment(CLIENT) public record class_8666(Identifier enabled, Identifier disabled, Identifier enabledFocused, Identifier disabledFocused) extends Record
Mappings:
Namespace Name
official ett
intermediary net/minecraft/class_8666
named net/minecraft/class_8666
official a
intermediary comp_1604
named enabled
official b
intermediary comp_1605
named disabled
official c
intermediary comp_1606
named enabledFocused
official d
intermediary comp_1607
named disabledFocused
  • Field Details

  • Constructor Details

  • Method Details

    • method_52729

      public Identifier method_52729(boolean bool, boolean bool2)
      Mappings:
      Namespace Name Mixin selector
      official a Lett;a(ZZ)Laep;
      intermediary method_52729 Lnet/minecraft/class_8666;method_52729(ZZ)Lnet/minecraft/class_2960;
      named method_52729 Lnet/minecraft/class_8666;method_52729(ZZ)Lnet/minecraft/util/Identifier;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • enabled

      public Identifier enabled()
      Returns the value of the enabled record component.
      Returns:
      the value of the enabled record component
    • disabled

      public Identifier disabled()
      Returns the value of the disabled record component.
      Returns:
      the value of the disabled record component
    • enabledFocused

      public Identifier enabledFocused()
      Returns the value of the enabledFocused record component.
      Returns:
      the value of the enabledFocused record component
    • disabledFocused

      public Identifier disabledFocused()
      Returns the value of the disabledFocused record component.
      Returns:
      the value of the disabledFocused record component