Record Class ScreenRect

java.lang.Object
java.lang.Record
net.minecraft.client.gui.ScreenRect
Record Components:
position -
width -
height -

@Environment(CLIENT) public record ScreenRect(ScreenPos position, int width, int height) extends Record
A rectangle on the screen.
Mappings:
Namespace Name
official ews
intermediary net/minecraft/class_8030
named net/minecraft/client/gui/ScreenRect
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 ScreenPos 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.
    • EMPTY

      private static final ScreenRect EMPTY
      Mappings:
      Namespace Name Mixin selector
      official d Lews;d:Lews;
      intermediary field_41835 Lnet/minecraft/class_8030;field_41835:Lnet/minecraft/class_8030;
      named EMPTY Lnet/minecraft/client/gui/ScreenRect;EMPTY:Lnet/minecraft/client/gui/ScreenRect;
  • Constructor Details

    • ScreenRect

      public ScreenRect(int sameAxis, int otherAxis, int width, int height)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lews;<init>(IIII)V
      intermediary <init> Lnet/minecraft/class_8030;<init>(IIII)V
      named <init> Lnet/minecraft/client/gui/ScreenRect;<init>(IIII)V
    • ScreenRect

      public ScreenRect(ScreenPos screenPos, int int2, int int3)
  • Method Details

    • empty

      public static ScreenRect empty()
      Returns an empty rect.
      Returns:
      an empty rect
      Mappings:
      Namespace Name Mixin selector
      official a Lews;a()Lews;
      intermediary method_48248 Lnet/minecraft/class_8030;method_48248()Lnet/minecraft/class_8030;
      named empty Lnet/minecraft/client/gui/ScreenRect;empty()Lnet/minecraft/client/gui/ScreenRect;
    • of

      public static ScreenRect of(NavigationAxis axis, int sameAxisCoord, int otherAxisCoord, int sameAxisLength, int otherAxisLength)
      Returns a new rect.
      Parameters:
      sameAxisCoord - the coordinate of the axis axis
      otherAxisCoord - the coordinate of the axis's other axis
      sameAxisLength - the length of the edge whose axis is the same as axis
      otherAxisLength - the length of the edge whose axis is different from axis
      Returns:
      a new rect
      Mappings:
      Namespace Name Mixin selector
      official a Lews;a(Lewp;IIII)Lews;
      intermediary method_48250 Lnet/minecraft/class_8030;method_48250(Lnet/minecraft/class_8027;IIII)Lnet/minecraft/class_8030;
      named of Lnet/minecraft/client/gui/ScreenRect;of(Lnet/minecraft/client/gui/navigation/NavigationAxis;IIII)Lnet/minecraft/client/gui/ScreenRect;
    • add

      public ScreenRect add(NavigationDirection direction)
      Returns a new rect of the same dimensions with the position incremented.
      Returns:
      a new rect of the same dimensions with the position incremented
      Mappings:
      Namespace Name Mixin selector
      official a Lews;a(Lewq;)Lews;
      intermediary method_48251 Lnet/minecraft/class_8030;method_48251(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
      named add Lnet/minecraft/client/gui/ScreenRect;add(Lnet/minecraft/client/gui/navigation/NavigationDirection;)Lnet/minecraft/client/gui/ScreenRect;
    • getLength

      public int getLength(NavigationAxis axis)
      Returns the length of the rect in the given axis.
      Returns:
      the length of the rect in the given axis
      Mappings:
      Namespace Name Mixin selector
      official a Lews;a(Lewp;)I
      intermediary method_48249 Lnet/minecraft/class_8030;method_48249(Lnet/minecraft/class_8027;)I
      named getLength Lnet/minecraft/client/gui/ScreenRect;getLength(Lnet/minecraft/client/gui/navigation/NavigationAxis;)I
    • getBoundingCoordinate

      public int getBoundingCoordinate(NavigationDirection direction)
      Returns the coordinate of the bounding box in the given direction.
      Returns:
      the coordinate of the bounding box in the given direction
      Mappings:
      Namespace Name Mixin selector
      official b Lews;b(Lewq;)I
      intermediary method_48255 Lnet/minecraft/class_8030;method_48255(Lnet/minecraft/class_8028;)I
      named getBoundingCoordinate Lnet/minecraft/client/gui/ScreenRect;getBoundingCoordinate(Lnet/minecraft/client/gui/navigation/NavigationDirection;)I
    • getBorder

      public ScreenRect getBorder(NavigationDirection direction)
      Returns a rect representing the border of this rect in the given direction.

      Borders are one pixel thick.

      Returns:
      a rect representing the border of this rect in the given direction
      Mappings:
      Namespace Name Mixin selector
      official c Lews;c(Lewq;)Lews;
      intermediary method_48256 Lnet/minecraft/class_8030;method_48256(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
      named getBorder Lnet/minecraft/client/gui/ScreenRect;getBorder(Lnet/minecraft/client/gui/navigation/NavigationDirection;)Lnet/minecraft/client/gui/ScreenRect;
    • overlaps

      public boolean overlaps(ScreenRect other)
      Returns whether this rect overlaps with rect in both axes.
      Returns:
      whether this rect overlaps with rect in both axes
      Mappings:
      Namespace Name Mixin selector
      official a Lews;a(Lews;)Z
      intermediary method_48252 Lnet/minecraft/class_8030;method_48252(Lnet/minecraft/class_8030;)Z
      named overlaps Lnet/minecraft/client/gui/ScreenRect;overlaps(Lnet/minecraft/client/gui/ScreenRect;)Z
    • overlaps

      public boolean overlaps(ScreenRect other, NavigationAxis axis)
      Returns whether this rect overlaps with rect in axis.
      Returns:
      whether this rect overlaps with rect in axis
      Mappings:
      Namespace Name Mixin selector
      official a Lews;a(Lews;Lewp;)Z
      intermediary method_48253 Lnet/minecraft/class_8030;method_48253(Lnet/minecraft/class_8030;Lnet/minecraft/class_8027;)Z
      named overlaps Lnet/minecraft/client/gui/ScreenRect;overlaps(Lnet/minecraft/client/gui/ScreenRect;Lnet/minecraft/client/gui/navigation/NavigationAxis;)Z
    • getCenter

      public int getCenter(NavigationAxis axis)
      Returns the center of this rect in the given axis.
      Returns:
      the center of this rect in the given axis
      Mappings:
      Namespace Name Mixin selector
      official b Lews;b(Lewp;)I
      intermediary method_48254 Lnet/minecraft/class_8030;method_48254(Lnet/minecraft/class_8027;)I
      named getCenter Lnet/minecraft/client/gui/ScreenRect;getCenter(Lnet/minecraft/client/gui/navigation/NavigationAxis;)I
    • intersection

      @Nullable public @Nullable ScreenRect intersection(ScreenRect other)
      Returns the rect that intersects with other, or null if they do not intersect.
      Returns:
      the rect that intersects with other, or null if they do not intersect
      Mappings:
      Namespace Name Mixin selector
      official b Lews;b(Lews;)Lews;
      intermediary method_49701 Lnet/minecraft/class_8030;method_49701(Lnet/minecraft/class_8030;)Lnet/minecraft/class_8030;
      named intersection Lnet/minecraft/client/gui/ScreenRect;intersection(Lnet/minecraft/client/gui/ScreenRect;)Lnet/minecraft/client/gui/ScreenRect;
    • getTop

      public int getTop()
      Mappings:
      Namespace Name Mixin selector
      official b Lews;b()I
      intermediary method_49618 Lnet/minecraft/class_8030;method_49618()I
      named getTop Lnet/minecraft/client/gui/ScreenRect;getTop()I
    • getBottom

      public int getBottom()
      Mappings:
      Namespace Name Mixin selector
      official c Lews;c()I
      intermediary method_49619 Lnet/minecraft/class_8030;method_49619()I
      named getBottom Lnet/minecraft/client/gui/ScreenRect;getBottom()I
    • getLeft

      public int getLeft()
      Mappings:
      Namespace Name Mixin selector
      official d Lews;d()I
      intermediary method_49620 Lnet/minecraft/class_8030;method_49620()I
      named getLeft Lnet/minecraft/client/gui/ScreenRect;getLeft()I
    • getRight

      public int getRight()
      Mappings:
      Namespace Name Mixin selector
      official e Lews;e()I
      intermediary method_49621 Lnet/minecraft/class_8030;method_49621()I
      named getRight Lnet/minecraft/client/gui/ScreenRect;getRight()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 ScreenPos 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