Class Config.AuthButton

java.lang.Object
me.axieum.mcmod.authme.api.Config.AuthButton
Enclosing class:
Config

public static class Config.AuthButton extends Object
Authentication button configuration schema.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static boolean
    True if the button can be dragged to a new position.
    static int
    X coordinate of the button on the multiplayer screen.
    static int
    Y coordinate of the button on the multiplayer screen.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      public static int x
      X coordinate of the button on the multiplayer screen.
    • y

      public static int y
      Y coordinate of the button on the multiplayer screen.
    • draggable

      public static boolean draggable
      True if the button can be dragged to a new position.
  • Constructor Details

    • AuthButton

      public AuthButton()