Package net.minecraft

Record Class class_8805

java.lang.Object
java.lang.Record
net.minecraft.class_8805
Record Components:
rgba -

public record class_8805(int rgba) extends Record
Mappings:
Namespace Name
official aqw
intermediary net/minecraft/class_8805
named net/minecraft/class_8805
official b
intermediary comp_1971
named rgba
  • Field Details

    • rgba

      private final int rgba
      The field for the rgba record component.
    • field_46235

      private static final String field_46235
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Laqw;c:Ljava/lang/String;
      intermediary field_46235 Lnet/minecraft/class_8805;field_46235:Ljava/lang/String;
      named field_46235 Lnet/minecraft/class_8805;field_46235:Ljava/lang/String;
    • field_46234

      public static final com.mojang.serialization.Codec<class_8805> field_46234
      Mappings:
      Namespace Name Mixin selector
      official a Laqw;a:Lcom/mojang/serialization/Codec;
      intermediary field_46234 Lnet/minecraft/class_8805;field_46234:Lcom/mojang/serialization/Codec;
      named field_46234 Lnet/minecraft/class_8805;field_46234:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • class_8805

      public class_8805(int int2)
  • Method Details

    • method_53915

      private String method_53915()
      Mappings:
      Namespace Name Mixin selector
      official b Laqw;b()Ljava/lang/String;
      intermediary method_53915 Lnet/minecraft/class_8805;method_53915()Ljava/lang/String;
      named method_53915 Lnet/minecraft/class_8805;method_53915()Ljava/lang/String;
    • toString

      public 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 '=='.
      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.
    • rgba

      public int rgba()
      Returns the value of the rgba record component.
      Returns:
      the value of the rgba record component