Uses of Class
net.minecraft.client.util.math.Rect2i
Packages that use Rect2i
Package
Description
-
Uses of Rect2i in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as Rect2i -
Uses of Rect2i in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as Rect2iModifier and TypeFieldDescription(package private) final Rect2i[]
BookEditScreen.PageContent.selectionRectangles
Methods in net.minecraft.client.gui.screen.ingame that return Rect2iModifier and TypeMethodDescriptionprivate Rect2i
BookEditScreen.getLineSelectionRectangle
(String string, TextHandler handler, int selectionStart, int selectionEnd, int lineY, int lineStart) private Rect2i
BookEditScreen.getRectFromCorners
(BookEditScreen.Position start, BookEditScreen.Position end) Methods in net.minecraft.client.gui.screen.ingame with parameters of type Rect2iModifier and TypeMethodDescriptionprivate void
BookEditScreen.drawSelection
(DrawContext context, Rect2i[] selectionRectangles) Constructors in net.minecraft.client.gui.screen.ingame with parameters of type Rect2iModifierConstructorDescriptionPageContent
(String pageContent, BookEditScreen.Position position, boolean atEnd, int[] lineStarts, BookEditScreen.Line[] lines, Rect2i[] selectionRectangles) -
Uses of Rect2i in net.minecraft.client.util.math
Methods in net.minecraft.client.util.math that return Rect2iMethods in net.minecraft.client.util.math with parameters of type Rect2i