Uses of Enum Class
net.minecraft.client.gui.navigation.ScreenAxis
Packages that use ScreenAxis
-
Uses of ScreenAxis in net.minecraft.client.gui.navigation
Methods in net.minecraft.client.gui.navigation that return ScreenAxisModifier and TypeMethodDescriptionScreenDirection.getAxis()ScreenAxis.orthogonal()static ScreenAxisReturns the enum constant of this class with the specified name.static ScreenAxis[]ScreenAxis.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.navigation with parameters of type ScreenAxisModifier and TypeMethodDescriptionintScreenRectangle.getCenterInAxis(ScreenAxis axis) intScreenPosition.getCoordinate(ScreenAxis axis) intScreenRectangle.getLength(ScreenAxis axis) static ScreenPositionScreenPosition.of(ScreenAxis axis, int primaryPosition, int secondaryPosition) static ScreenRectangleScreenRectangle.of(ScreenAxis axis, int primaryPosition, int secondaryPosition, int primaryLength, int secondaryLength) booleanScreenRectangle.overlapsInAxis(ScreenRectangle rectangle, ScreenAxis axis)