Class Settings

java.lang.Object
de.ellpeck.rockbottom.api.data.settings.Settings
All Implemented Interfaces:
IJsonSettings

@ApiInternal public final class Settings extends Object implements IJsonSettings
  • Field Details

    • KEY_PLACE

      public static final Keybind KEY_PLACE
    • KEY_DESTROY

      public static final Keybind KEY_DESTROY
    • KEY_PICKUP

      public static final Keybind KEY_PICKUP
    • KEY_GUI_ACTION_1

      public static final Keybind KEY_GUI_ACTION_1
    • KEY_GUI_ACTION_2

      public static final Keybind KEY_GUI_ACTION_2
    • KEY_INVENTORY

      public static final Keybind KEY_INVENTORY
    • KEY_COMPENDIUM

      public static final Keybind KEY_COMPENDIUM
    • KEY_MENU

      public static final Keybind KEY_MENU
    • KEY_LEFT

      public static final Keybind KEY_LEFT
    • KEY_RIGHT

      public static final Keybind KEY_RIGHT
    • KEY_UP

      public static final Keybind KEY_UP
    • KEY_DOWN

      public static final Keybind KEY_DOWN
    • KEY_JUMP

      public static final Keybind KEY_JUMP
    • KEY_BACKGROUND

      public static final Keybind KEY_BACKGROUND
    • KEY_CHAT

      public static final Keybind KEY_CHAT
    • KEY_COMMAND

      public static final Keybind KEY_COMMAND
    • KEY_ADVANCED_INFO

      public static final Keybind KEY_ADVANCED_INFO
    • KEY_SCREENSHOT

      public static final Keybind KEY_SCREENSHOT
    • KEY_PLAYER_LIST

      public static final Keybind KEY_PLAYER_LIST
    • KEY_TOGGLE_CAMERA_MODE

      public static final Keybind KEY_TOGGLE_CAMERA_MODE
    • KEY_ZOOM_OUT

      public static final Keybind KEY_ZOOM_OUT
    • KEY_ZOOM_IN

      public static final Keybind KEY_ZOOM_IN
    • KEYS_ITEM_SELECTION

      public static final Keybind[] KEYS_ITEM_SELECTION
    • DEFAULT_GUI_COLOR

      public static final int DEFAULT_GUI_COLOR
      See Also:
    • autosaveIntervalSeconds

      public int autosaveIntervalSeconds
    • textSpeed

      public float textSpeed
    • guiScale

      public float guiScale
    • renderScale

      public float renderScale
    • guiColor

      public int guiColor
    • hardwareCursor

      public boolean hardwareCursor
    • cursorInfos

      public boolean cursorInfos
    • fullscreen

      public boolean fullscreen
    • smoothLighting

      public boolean smoothLighting
    • musicVolume

      public float musicVolume
    • soundVolume

      public float soundVolume
    • lastServerIp

      public String lastServerIp
    • currentLocale

      public String currentLocale
    • betaTextDisplayed

      public boolean betaTextDisplayed
  • Constructor Details

    • Settings

      public Settings()
  • Method Details