Uses of Record Class
net.minecraft.client.gui.ScreenPos
Packages that use ScreenPos
-
Uses of ScreenPos in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as ScreenPosModifier and TypeFieldDescriptionprivate final ScreenPos
ScreenRect.position
The field for theposition
record component.Methods in net.minecraft.client.gui that return ScreenPosModifier and TypeMethodDescriptionScreenPos.add
(NavigationDirection direction) static ScreenPos
ScreenPos.of
(NavigationAxis axis, int sameAxis, int otherAxis) ScreenRect.position()
Returns the value of theposition
record component.Constructors in net.minecraft.client.gui with parameters of type ScreenPos -
Uses of ScreenPos in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame that return ScreenPosModifier and TypeMethodDescriptionprotected ScreenPos
AbstractFurnaceScreen.getRecipeBookButtonPos()
protected ScreenPos
CraftingScreen.getRecipeBookButtonPos()
protected ScreenPos
InventoryScreen.getRecipeBookButtonPos()
protected abstract ScreenPos
RecipeBookScreen.getRecipeBookButtonPos()