Class VarPlayer
- java.lang.Object
-
- org.dreambot.api.methods.settings.vars.VarPlayer
-
public class VarPlayer extends java.lang.Object
Use these in conjunction withPlayerSettings.getConfig(int)
-
-
Field Summary
Fields Modifier and Type Field Description static int
AREA_SOUND_PLAYER_SETTING
static int
AUTO_RETALIATE_SETTING
static int
BRIGHTNESS_PLAYER_SETTING
static int
CHAT_EFFECTS_PLAYER_SETTING
static int
EFFECTS_SOUND_PLAYER_SETTING
static int
IS_ACTIVATED_SETTING
static int
IS_ANTIFIRE_ENABLED
static int
IS_DISEASED_SETTING
static int
IS_EXT_ANTIFIRE_ENABLED
static int
IS_POISONED_SETTING
static int
MEMBERSHIP_REMAINING
static int
MULT_COMBAT
static int
MUSIC_SOUND_PLAYER_SETTING
static int
NPC_ATTACK_OPTIONS_PLAYER_SETTING
static int
PLAYER_ATTACK_OPTIONS_PLAYER_SETTING
static int
SPECIAL_ATTACK_SETTING
-
Constructor Summary
Constructors Constructor Description VarPlayer()
-
-
-
Field Detail
-
MEMBERSHIP_REMAINING
public static final int MEMBERSHIP_REMAINING
- See Also:
- Constant Field Values
-
PLAYER_ATTACK_OPTIONS_PLAYER_SETTING
public static final int PLAYER_ATTACK_OPTIONS_PLAYER_SETTING
- See Also:
- Constant Field Values
-
NPC_ATTACK_OPTIONS_PLAYER_SETTING
public static final int NPC_ATTACK_OPTIONS_PLAYER_SETTING
- See Also:
- Constant Field Values
-
CHAT_EFFECTS_PLAYER_SETTING
public static final int CHAT_EFFECTS_PLAYER_SETTING
- See Also:
- Constant Field Values
-
AREA_SOUND_PLAYER_SETTING
public static final int AREA_SOUND_PLAYER_SETTING
- See Also:
- Constant Field Values
-
EFFECTS_SOUND_PLAYER_SETTING
public static final int EFFECTS_SOUND_PLAYER_SETTING
- See Also:
- Constant Field Values
-
MUSIC_SOUND_PLAYER_SETTING
public static final int MUSIC_SOUND_PLAYER_SETTING
- See Also:
- Constant Field Values
-
BRIGHTNESS_PLAYER_SETTING
public static final int BRIGHTNESS_PLAYER_SETTING
- See Also:
- Constant Field Values
-
IS_POISONED_SETTING
public static final int IS_POISONED_SETTING
- See Also:
- Constant Field Values
-
AUTO_RETALIATE_SETTING
public static final int AUTO_RETALIATE_SETTING
- See Also:
- Constant Field Values
-
SPECIAL_ATTACK_SETTING
public static final int SPECIAL_ATTACK_SETTING
- See Also:
- Constant Field Values
-
IS_ACTIVATED_SETTING
public static final int IS_ACTIVATED_SETTING
- See Also:
- Constant Field Values
-
IS_DISEASED_SETTING
public static final int IS_DISEASED_SETTING
- See Also:
- Constant Field Values
-
IS_ANTIFIRE_ENABLED
public static final int IS_ANTIFIRE_ENABLED
- See Also:
- Constant Field Values
-
IS_EXT_ANTIFIRE_ENABLED
public static final int IS_EXT_ANTIFIRE_ENABLED
- See Also:
- Constant Field Values
-
MULT_COMBAT
public static final int MULT_COMBAT
- See Also:
- Constant Field Values
-
-