Class LockButton

All Implemented Interfaces:
Serializable, LayoutElement, Positionable

public final class LockButton extends AbstractButton
Represents a Button with a Lock Icon. Used as the button to Lock the Difficulty in Singleplayer.
See Also:
  • Field Details

    • SIZE

      public static final int SIZE
      The width and height of the button.
      See Also:
    • TRANSLATION_KEY

      public static final String TRANSLATION_KEY
      The translation key for the button's narration message.
      See Also:
  • Constructor Details