Package net.minecraft

Record Class class_8690.class_8691

java.lang.Object
java.lang.Record
net.minecraft.class_8690.class_8691
Record Components:
width -
height -
border -
All Implemented Interfaces:
class_8690
Enclosing interface:
class_8690

@Environment(CLIENT) public static record class_8690.class_8691(int width, int height, class_8690.class_8691.class_8692 border) extends Record implements class_8690
Mappings:
Namespace Name
official fzy$a
intermediary net/minecraft/class_8690$class_8691
named net/minecraft/class_8690$class_8691
official d
intermediary comp_1637
named width
official e
intermediary comp_1638
named height
official f
intermediary comp_1639
named border
  • 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.
    • border

      private final class_8690.class_8691.class_8692 border
      The field for the border record component.
    • field_45650

      public static final com.mojang.serialization.Codec<class_8690.class_8691> field_45650
      Mappings:
      Namespace Name Mixin selector
      official c Lfzy$a;c:Lcom/mojang/serialization/Codec;
      intermediary field_45650 Lnet/minecraft/class_8690$class_8691;field_45650:Lcom/mojang/serialization/Codec;
      named field_45650 Lnet/minecraft/class_8690$class_8691;field_45650:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_52876

      public class_8690.class_8695 method_52876()
      Specified by:
      method_52876 in interface class_8690
      Mappings:
      Namespace Name Mixin selector
      official a Lfzy;a()Lfzy$d;
      intermediary method_52876 Lnet/minecraft/class_8690;method_52876()Lnet/minecraft/class_8690$class_8695;
      named method_52876 Lnet/minecraft/class_8690;method_52876()Lnet/minecraft/class_8690$class_8695;
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components 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
    • border

      Returns the value of the border record component.
      Returns:
      the value of the border record component