Enum Class HotkeyAction

java.lang.Object
java.lang.Enum<HotkeyAction>
dev.adlin.vts4j.hotkey.HotkeyAction
All Implemented Interfaces:
Serializable, Comparable<HotkeyAction>, Constable

public enum HotkeyAction extends Enum<HotkeyAction>
  • Enum Constant Details

    • UNSET

      @SerializedName("Unset") public static final HotkeyAction UNSET
    • TRIGGER_ANIMATION

      @SerializedName("TriggerAnimation") public static final HotkeyAction TRIGGER_ANIMATION
    • CHANGE_IDLE_ANIMATION

      @SerializedName("ChangeIdleAnimation") public static final HotkeyAction CHANGE_IDLE_ANIMATION
    • TOGGLE_EXPRESSION

      @SerializedName("ToggleExpression") public static final HotkeyAction TOGGLE_EXPRESSION
    • REMOVE_ALL_EXPRESSIONS

      @SerializedName("RemoveAllExpressions") public static final HotkeyAction REMOVE_ALL_EXPRESSIONS
    • MOVE_MODEL

      @SerializedName("MoveModel") public static final HotkeyAction MOVE_MODEL
    • CHANGE_BACKGROUND

      @SerializedName("ChangeBackground") public static final HotkeyAction CHANGE_BACKGROUND
    • RELOAD_MICROPHONE

      @SerializedName("ReloadMicrophone") public static final HotkeyAction RELOAD_MICROPHONE
    • RELOAD_TEXTURES

      @SerializedName("ReloadTextures") public static final HotkeyAction RELOAD_TEXTURES
    • CALIBRATE_CAM

      @SerializedName("CalibrateCam") public static final HotkeyAction CALIBRATE_CAM
    • CHANGE_VTS_MODEL

      @SerializedName("ChangeVTSModel") public static final HotkeyAction CHANGE_VTS_MODEL
    • TAKE_SCREENSHOT

      @SerializedName("TakeScreenshot") public static final HotkeyAction TAKE_SCREENSHOT
    • SCREEN_COLOR_OVERLAY

      @SerializedName("ScreenColorOverlay") public static final HotkeyAction SCREEN_COLOR_OVERLAY
    • REMOVE_ALL_ITEMS

      @SerializedName("RemoveAllItems") public static final HotkeyAction REMOVE_ALL_ITEMS
    • TOGGLE_ITEM_SCENE

      @SerializedName("ToggleItemScene") public static final HotkeyAction TOGGLE_ITEM_SCENE
    • DOWNLOAD_RANDOM_WORKSHOP_ITEM

      @SerializedName("DownloadRandomWorkshopItem") public static final HotkeyAction DOWNLOAD_RANDOM_WORKSHOP_ITEM
    • EXECUTE_ITEM_ACTION

      @SerializedName("ExecuteItemAction") public static final HotkeyAction EXECUTE_ITEM_ACTION
    • ART_MESH_COLOR_PRESET

      @SerializedName("ArtMeshColorPreset") public static final HotkeyAction ART_MESH_COLOR_PRESET
    • TOGGLE_TRACKER

      @SerializedName("ToggleTracker") public static final HotkeyAction TOGGLE_TRACKER
    • TOGGLE_TWITCH_FEATURE

      @SerializedName("ToggleTwitchFeature") public static final HotkeyAction TOGGLE_TWITCH_FEATURE
    • LOAD_EFFECT_PRESET

      @SerializedName("LoadEffectPreset") public static final HotkeyAction LOAD_EFFECT_PRESET
    • TOGGLE_LIVE2D_EDITOR_API

      @SerializedName("ToggleLive2DEditorAPI") public static final HotkeyAction TOGGLE_LIVE2D_EDITOR_API
    • WEB_ITEM_ACTION

      @SerializedName("WebItemAction") public static final HotkeyAction WEB_ITEM_ACTION
    • TOGGLE_MODEL_SOUND

      @SerializedName("ToggleModelSound") public static final HotkeyAction TOGGLE_MODEL_SOUND
  • Method Details

    • values

      public static HotkeyAction[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static HotkeyAction valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null