Package net.minecraft
Record Class class_8800
java.lang.Object
java.lang.Record
net.minecraft.class_8800
- Record Components:
width-height-
- Mappings:
Namespace Name official ascintermediary net/minecraft/class_8800named net/minecraft/class_8800official aintermediary comp_1965named widthofficial bintermediary comp_1966named height
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intheight()Returns the value of theheightrecord component.static class_8800method_53877(InputStream inputStream) static class_8800method_53878(byte[] byte2) final StringtoString()Returns a string representation of this record class.intwidth()Returns the value of thewidthrecord component.
-
Field Details
-
width
private final int widthThe field for thewidthrecord component. -
height
private final int heightThe field for theheightrecord component. -
field_46201
private static final long field_46201- See Also:
- Mappings:
Namespace Name Mixin selector official cLasc;c:Jintermediary field_46201Lnet/minecraft/class_8800;field_46201:Jnamed field_46201Lnet/minecraft/class_8800;field_46201:J
-
field_46202
private static final int field_46202- See Also:
- Mappings:
Namespace Name Mixin selector official dLasc;d:Iintermediary field_46202Lnet/minecraft/class_8800;field_46202:Inamed field_46202Lnet/minecraft/class_8800;field_46202:I
-
field_46203
private static final int field_46203- See Also:
- Mappings:
Namespace Name Mixin selector official eLasc;e:Iintermediary field_46203Lnet/minecraft/class_8800;field_46203:Inamed field_46203Lnet/minecraft/class_8800;field_46203:I
-
-
Constructor Details
-
class_8800
public class_8800(int int2, int int3)
-
-
Method Details
-
method_53877
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLasc;a(Ljava/io/InputStream;)Lasc;intermediary method_53877Lnet/minecraft/class_8800;method_53877(Ljava/io/InputStream;)Lnet/minecraft/class_8800;named method_53877Lnet/minecraft/class_8800;method_53877(Ljava/io/InputStream;)Lnet/minecraft/class_8800;
-
method_53878
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLasc;a([B)Lasc;intermediary method_53878Lnet/minecraft/class_8800;method_53878([B)Lnet/minecraft/class_8800;named method_53878Lnet/minecraft/class_8800;method_53878([B)Lnet/minecraft/class_8800;
-
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. -
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. -
equals
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 '=='. -
width
public int width()Returns the value of thewidthrecord component.- Returns:
- the value of the
widthrecord component
-
height
public int height()Returns the value of theheightrecord component.- Returns:
- the value of the
heightrecord component
-