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.stack
Methods in net.minecraft.client.gui that return ScreenRectangleModifier and TypeMethodDescription@Nullable ScreenRectangle
GuiGraphics.ScissorStack.pop()
GuiGraphics.ScissorStack.push
(ScreenRectangle p_281812_) Methods in net.minecraft.client.gui with parameters of type ScreenRectangleModifier and TypeMethodDescriptionprivate void
GuiGraphics.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 ComponentPath
ContainerEventHandler.nextFocusPathInDirection
(ScreenRectangle p_265054_, ScreenDirection p_265167_, GuiEventListener p_265476_, FocusNavigationEvent p_265762_) private ComponentPath
ContainerEventHandler.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 TypeMethodDescriptionvoid
GridLayoutTab.doLayout
(ScreenRectangle p_268281_) void
Tab.doLayout
(ScreenRectangle p_268081_) void
TabManager.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 void
FrameLayout.alignInRectangle
(LayoutElement p_275320_, ScreenRectangle p_275389_, float p_275607_, float p_275662_) static void
FrameLayout.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