Record Class RealmsTextureManager.RealmsTexture

java.lang.Object
java.lang.Record
net.minecraft.client.realms.util.RealmsTextureManager.RealmsTexture
Record Components:
image -
textureId -
Enclosing class:
RealmsTextureManager

@Environment(CLIENT) public static record RealmsTextureManager.RealmsTexture(String image, Identifier textureId) extends Record
Mappings:
Namespace Name
official etx$a
intermediary net/minecraft/class_4446$class_4447
named net/minecraft/client/realms/util/RealmsTextureManager$RealmsTexture
official a
intermediary comp_1254
named image
official b
intermediary comp_1255
named textureId
  • Field Details

    • image

      private final String image
      The field for the image record component.
    • textureId

      private final Identifier textureId
      The field for the textureId record component.
  • Constructor Details

    • RealmsTexture

      public RealmsTexture(String image, Identifier identifier)
      Mappings:
      Namespace Name Mixin selector
      official <init> Letx$a;<init>(Ljava/lang/String;Lahg;)V
      intermediary <init> Lnet/minecraft/class_4446$class_4447;<init>(Ljava/lang/String;Lnet/minecraft/class_2960;)V
      named <init> Lnet/minecraft/client/realms/util/RealmsTextureManager$RealmsTexture;<init>(Ljava/lang/String;Lnet/minecraft/util/Identifier;)V
  • Method Details

    • 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.
    • image

      public String image()
      Returns the value of the image record component.
      Returns:
      the value of the image record component
    • textureId

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