Package net.minecraft

Record Class class_8800

java.lang.Object
java.lang.Record
net.minecraft.class_8800
Record Components:
width -
height -

public record class_8800(int width, int height) extends Record
Mappings:
Namespace Name
official asc
intermediary net/minecraft/class_8800
named net/minecraft/class_8800
official a
intermediary comp_1965
named width
official b
intermediary comp_1966
named height
  • Field Details

    • width

      private final int width
      The field for the width record component.
    • height

      private final int height
      The field for the height record component.
    • field_46201

      private static final long field_46201
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lasc;c:J
      intermediary field_46201 Lnet/minecraft/class_8800;field_46201:J
      named field_46201 Lnet/minecraft/class_8800;field_46201:J
    • field_46202

      private static final int field_46202
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lasc;d:I
      intermediary field_46202 Lnet/minecraft/class_8800;field_46202:I
      named field_46202 Lnet/minecraft/class_8800;field_46202:I
    • field_46203

      private static final int field_46203
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Lasc;e:I
      intermediary field_46203 Lnet/minecraft/class_8800;field_46203:I
      named field_46203 Lnet/minecraft/class_8800;field_46203:I
  • Constructor Details

    • class_8800

      public class_8800(int int2, int int3)
  • Method Details

    • method_53877

      public static class_8800 method_53877(InputStream inputStream) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lasc;a(Ljava/io/InputStream;)Lasc;
      intermediary method_53877 Lnet/minecraft/class_8800;method_53877(Ljava/io/InputStream;)Lnet/minecraft/class_8800;
      named method_53877 Lnet/minecraft/class_8800;method_53877(Ljava/io/InputStream;)Lnet/minecraft/class_8800;
    • method_53878

      public static class_8800 method_53878(byte[] byte2) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lasc;a([B)Lasc;
      intermediary method_53878 Lnet/minecraft/class_8800;method_53878([B)Lnet/minecraft/class_8800;
      named method_53878 Lnet/minecraft/class_8800;method_53878([B)Lnet/minecraft/class_8800;
    • 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 '=='.
      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.
    • width

      public int width()
      Returns the value of the width record component.
      Returns:
      the value of the width record component
    • height

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