Package net.minecraft

Record Class class_8030

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

@Environment(CLIENT) public record class_8030(class_8029 position, int width, int height) extends Record
Mappings:
Namespace Name
official eol
intermediary net/minecraft/class_8030
named net/minecraft/class_8030
official a
intermediary comp_1195
named position
official b
intermediary comp_1196
named width
official c
intermediary comp_1197
named height
  • Field Details

    • position

      private final class_8029 position
      The field for the position record component.
    • 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_41835

      private static final class_8030 field_41835
      Mappings:
      Namespace Name Mixin selector
      official d Leol;d:Leol;
      intermediary field_41835 Lnet/minecraft/class_8030;field_41835:Lnet/minecraft/class_8030;
      named field_41835 Lnet/minecraft/class_8030;field_41835:Lnet/minecraft/class_8030;
  • Constructor Details

    • class_8030

      public class_8030(int int2, int int3, int int4, int int5)
    • class_8030

      public class_8030(class_8029 class_8029, int int2, int int3)
  • Method Details

    • method_48248

      public static class_8030 method_48248()
      Mappings:
      Namespace Name Mixin selector
      official a Leol;a()Leol;
      intermediary method_48248 Lnet/minecraft/class_8030;method_48248()Lnet/minecraft/class_8030;
      named method_48248 Lnet/minecraft/class_8030;method_48248()Lnet/minecraft/class_8030;
    • method_48250

      public static class_8030 method_48250(class_8027 class_8027, int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      official a Leol;a(Leoi;IIII)Leol;
      intermediary method_48250 Lnet/minecraft/class_8030;method_48250(Lnet/minecraft/class_8027;IIII)Lnet/minecraft/class_8030;
      named method_48250 Lnet/minecraft/class_8030;method_48250(Lnet/minecraft/class_8027;IIII)Lnet/minecraft/class_8030;
    • method_48251

      public class_8030 method_48251(class_8028 class_8028)
      Mappings:
      Namespace Name Mixin selector
      official a Leol;a(Leoj;)Leol;
      intermediary method_48251 Lnet/minecraft/class_8030;method_48251(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
      named method_48251 Lnet/minecraft/class_8030;method_48251(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
    • method_48249

      public int method_48249(class_8027 class_8027)
      Mappings:
      Namespace Name Mixin selector
      official a Leol;a(Leoi;)I
      intermediary method_48249 Lnet/minecraft/class_8030;method_48249(Lnet/minecraft/class_8027;)I
      named method_48249 Lnet/minecraft/class_8030;method_48249(Lnet/minecraft/class_8027;)I
    • method_48255

      public int method_48255(class_8028 class_8028)
      Mappings:
      Namespace Name Mixin selector
      official b Leol;b(Leoj;)I
      intermediary method_48255 Lnet/minecraft/class_8030;method_48255(Lnet/minecraft/class_8028;)I
      named method_48255 Lnet/minecraft/class_8030;method_48255(Lnet/minecraft/class_8028;)I
    • method_48256

      public class_8030 method_48256(class_8028 class_8028)
      Mappings:
      Namespace Name Mixin selector
      official c Leol;c(Leoj;)Leol;
      intermediary method_48256 Lnet/minecraft/class_8030;method_48256(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
      named method_48256 Lnet/minecraft/class_8030;method_48256(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
    • method_48252

      public boolean method_48252(class_8030 class_8030)
      Mappings:
      Namespace Name Mixin selector
      official a Leol;a(Leol;)Z
      intermediary method_48252 Lnet/minecraft/class_8030;method_48252(Lnet/minecraft/class_8030;)Z
      named method_48252 Lnet/minecraft/class_8030;method_48252(Lnet/minecraft/class_8030;)Z
    • method_48253

      public boolean method_48253(class_8030 class_8030, class_8027 class_8027)
      Mappings:
      Namespace Name Mixin selector
      official a Leol;a(Leol;Leoi;)Z
      intermediary method_48253 Lnet/minecraft/class_8030;method_48253(Lnet/minecraft/class_8030;Lnet/minecraft/class_8027;)Z
      named method_48253 Lnet/minecraft/class_8030;method_48253(Lnet/minecraft/class_8030;Lnet/minecraft/class_8027;)Z
    • method_48254

      public int method_48254(class_8027 class_8027)
      Mappings:
      Namespace Name Mixin selector
      official b Leol;b(Leoi;)I
      intermediary method_48254 Lnet/minecraft/class_8030;method_48254(Lnet/minecraft/class_8027;)I
      named method_48254 Lnet/minecraft/class_8030;method_48254(Lnet/minecraft/class_8027;)I
    • 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.
    • position

      public class_8029 position()
      Returns the value of the position record component.
      Returns:
      the value of the position record component
    • 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