Uses of Record Class
net.minecraft.client.gui.ScreenPos
-
Uses of ScreenPos in net.minecraft.client.gui
Modifier and TypeFieldDescriptionprivate final ScreenPos
ScreenRect.position
The field for theposition
record component.Modifier and TypeMethodDescriptionScreenPos.add
(NavigationDirection direction) static ScreenPos
ScreenPos.of
(NavigationAxis axis, int sameAxis, int otherAxis) ScreenRect.position()
Returns the value of theposition
record component. -
Uses of ScreenPos in net.minecraft.client.gui.screen.ingame
Modifier and TypeMethodDescriptionprotected ScreenPos
AbstractFurnaceScreen.getRecipeBookButtonPos()
protected ScreenPos
CraftingScreen.getRecipeBookButtonPos()
protected ScreenPos
InventoryScreen.getRecipeBookButtonPos()
protected abstract ScreenPos
RecipeBookScreen.getRecipeBookButtonPos()