Uses of Enum Class
engine.guis.ButtonEnum
Packages that use ButtonEnum
-
Uses of ButtonEnum in engine.guis
Methods in engine.guis that return ButtonEnumModifier and TypeMethodDescriptionUiButton.getButtonEnum()
static ButtonEnum
Returns the enum constant of this class with the specified name.static ButtonEnum[]
ButtonEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in engine.guis with parameters of type ButtonEnumModifierConstructorDescriptionUiButton
(int texture, org.joml.Vector2f position, org.joml.Vector2f scale, ButtonEnum buttonEnum) Constructor for the button.