Uses of Enum Class
dev.twilite.client.ui.overlay.OverlayPosition
Packages that use OverlayPosition
-
Uses of OverlayPosition in dev.twilite.client.ui.overlay
Methods in dev.twilite.client.ui.overlay that return OverlayPositionModifier and TypeMethodDescriptionAnnotatedOverlay.position()StackedOverlay.position()static OverlayPositionReturns the enum constant of this class with the specified name.static OverlayPosition[]OverlayPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.twilite.client.ui.overlay with parameters of type OverlayPositionModifier and TypeMethodDescriptionImGuiOverlay.Panel.position(OverlayPosition position, int x, int y) ImGuiOverlay.Panel.position(OverlayPosition position, int x, int y, int stackOffset)