Uses of Record Class
net.minecraft.client.gui.navigation.ScreenRectangle
Packages that use ScreenRectangle
Package
Description
-
Uses of ScreenRectangle in net.minecraft.client.gui
Fields in net.minecraft.client.gui with type parameters of type ScreenRectangleModifier and TypeFieldDescriptionprivate final Deque<ScreenRectangle>GuiGraphics.ScissorStack.stackMethods in net.minecraft.client.gui that return ScreenRectangleModifier and TypeMethodDescription@Nullable ScreenRectangleGuiGraphics.ScissorStack.pop()GuiGraphics.ScissorStack.push(ScreenRectangle p_281812_) Methods in net.minecraft.client.gui with parameters of type ScreenRectangleModifier and TypeMethodDescriptionprivate voidGuiGraphics.applyScissor(@Nullable ScreenRectangle p_281569_) GuiGraphics.ScissorStack.push(ScreenRectangle p_281812_) -
Uses of ScreenRectangle in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components that return ScreenRectangleModifier and TypeMethodDescriptionAbstractSelectionList.getRectangle()AbstractWidget.getRectangle() -
Uses of ScreenRectangle in net.minecraft.client.gui.components.events
Methods in net.minecraft.client.gui.components.events that return ScreenRectangleMethods in net.minecraft.client.gui.components.events with parameters of type ScreenRectangleModifier and TypeMethodDescriptionprivate ComponentPathContainerEventHandler.nextFocusPathInDirection(ScreenRectangle p_265054_, ScreenDirection p_265167_, GuiEventListener p_265476_, FocusNavigationEvent p_265762_) private ComponentPathContainerEventHandler.nextFocusPathVaguelyInDirection(ScreenRectangle p_265390_, ScreenDirection p_265687_, GuiEventListener p_265498_, FocusNavigationEvent p_265048_) -
Uses of ScreenRectangle in net.minecraft.client.gui.components.tabs
Fields in net.minecraft.client.gui.components.tabs declared as ScreenRectangleMethods in net.minecraft.client.gui.components.tabs that return ScreenRectangleMethods in net.minecraft.client.gui.components.tabs with parameters of type ScreenRectangleModifier and TypeMethodDescriptionvoidGridLayoutTab.doLayout(ScreenRectangle p_268281_) voidTab.doLayout(ScreenRectangle p_268081_) voidTabManager.setTabArea(ScreenRectangle p_268042_) -
Uses of ScreenRectangle in net.minecraft.client.gui.layouts
Methods in net.minecraft.client.gui.layouts that return ScreenRectangleMethods in net.minecraft.client.gui.layouts with parameters of type ScreenRectangleModifier and TypeMethodDescriptionstatic voidFrameLayout.alignInRectangle(LayoutElement p_275320_, ScreenRectangle p_275389_, float p_275607_, float p_275662_) static voidFrameLayout.centerInRectangle(LayoutElement p_268229_, ScreenRectangle p_268113_) -
Uses of ScreenRectangle in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens that return ScreenRectangle