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 TypeMethodDescriptionGuiGraphics.ScissorStack.pop()
GuiGraphics.ScissorStack.push
(ScreenRectangle scissor) Pushes a screen rectangle onto the scissor stack.Methods in net.minecraft.client.gui with parameters of type ScreenRectangleModifier and TypeMethodDescriptionprivate void
GuiGraphics.applyScissor
(ScreenRectangle rectangle) Applies scissoring based on the provided screen rectangle.GuiGraphics.ScissorStack.push
(ScreenRectangle scissor) Pushes a screen rectangle onto the scissor stack. -
Uses of ScreenRectangle in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components that return ScreenRectangleMethods in net.minecraft.client.gui.components with parameters of type ScreenRectangleModifier and TypeMethodDescriptionprivate ClientTooltipPositioner
WidgetTooltipHolder.createTooltipPositioner
(ScreenRectangle screenRectangle, boolean hovering, boolean focused) void
WidgetTooltipHolder.refreshTooltipForNextRenderPass
(boolean hovering, boolean focused, ScreenRectangle screenRectangle) -
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 rectangle, ScreenDirection direction, GuiEventListener listener, FocusNavigationEvent event) Calculates the next focus path in a specific direction.private ComponentPath
ContainerEventHandler.nextFocusPathVaguelyInDirection
(ScreenRectangle rectangle, ScreenDirection direction, GuiEventListener listener, FocusNavigationEvent event) Calculates the next focus path in a vague direction. -
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 rectangle) void
Tab.doLayout
(ScreenRectangle rectangle) void
TabManager.setTabArea
(ScreenRectangle tabArea) -
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 child, ScreenRectangle rectangle, float deltaX, float deltaY) static void
FrameLayout.centerInRectangle
(LayoutElement child, ScreenRectangle rectangle) -
Uses of ScreenRectangle in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens that return ScreenRectangle -
Uses of ScreenRectangle in net.minecraft.client.gui.screens.inventory.tooltip
Fields in net.minecraft.client.gui.screens.inventory.tooltip declared as ScreenRectangleModifier and TypeFieldDescriptionprivate final ScreenRectangle
BelowOrAboveWidgetTooltipPositioner.screenRectangle
private final ScreenRectangle
MenuTooltipPositioner.screenRectangle
Constructors in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type ScreenRectangleModifierConstructorDescriptionBelowOrAboveWidgetTooltipPositioner
(ScreenRectangle screenRectangle) MenuTooltipPositioner
(ScreenRectangle screenRectangle)