Package net.citizensnpcs
Enum Settings.Setting
- All Implemented Interfaces:
Serializable
,Comparable<Settings.Setting>
,java.lang.constant.Constable
- Enclosing class:
Settings
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
double
asDouble()
float
asFloat()
int
asInt()
asList()
int
asString()
int
asTicks()
protected void
loadFromKey
(DataKey root) protected void
protected void
setComments
(DataKey root) static Settings.Setting
Returns the enum constant of this type with the specified name.static Settings.Setting[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALWAYS_USE_NAME_HOLOGRAM
-
ASTAR_ITERATIONS_PER_TICK
-
AUTH_SERVER_URL
-
BOSSBAR_RANGE
-
CHAT_BYSTANDERS_HEAR_TARGETED_CHAT
-
CHAT_FORMAT
-
CHAT_FORMAT_TO_BYSTANDERS
-
CHAT_FORMAT_TO_TARGET
-
CHAT_FORMAT_WITH_TARGETS_TO_BYSTANDERS
-
CHAT_MAX_NUMBER_OF_TARGETS
-
CHAT_MULTIPLE_TARGETS_FORMAT
-
CHAT_RANGE
-
CHECK_MINECRAFT_VERSION
-
CONTROLLABLE_GROUND_DIRECTION_MODIFIER
-
DEBUG_CHUNK_LOADS
-
DEBUG_FILE
-
DEBUG_MODE
-
DEBUG_PATHFINDING
-
DEFAULT_BLOCK_BREAKER_RADIUS
-
DEFAULT_CACHE_WAYPOINT_PATHS
-
DEFAULT_DESTINATION_TELEPORT_MARGIN
-
DEFAULT_DISTANCE_MARGIN
-
DEFAULT_HOLOGRAM_BACKGROUND_COLOR
-
DEFAULT_HOLOGRAM_RENDERER
-
DEFAULT_LOOK_CLOSE
-
DEFAULT_LOOK_CLOSE_RANGE
-
DEFAULT_NPC_HOLOGRAM_LINE_HEIGHT
-
DEFAULT_NPC_LIMIT
-
DEFAULT_PATH_DISTANCE_MARGIN
-
DEFAULT_PATHFINDER_UPDATE_PATH_RATE
-
DEFAULT_PATHFINDING_RANGE
-
DEFAULT_RANDOM_LOOK_CLOSE
-
DEFAULT_RANDOM_LOOK_DELAY
-
DEFAULT_RANDOM_TALKER
-
DEFAULT_REALISTIC_LOOKING
-
DEFAULT_SPAWN_NODAMAGE_DURATION
-
DEFAULT_STATIONARY_DURATION
-
DEFAULT_STRAIGHT_LINE_TARGETING_DISTANCE
-
DEFAULT_STUCK_ACTION
-
DEFAULT_TALK_CLOSE
-
DEFAULT_TALK_CLOSE_RANGE
-
DEFAULT_TEXT
-
DEFAULT_TEXT_DELAY_MAX
-
DEFAULT_TEXT_DELAY_MIN
-
DEFAULT_TEXT_SPEECH_BUBBLE_DURATION
-
DISABLE_LOOKCLOSE_WHILE_NAVIGATING
-
DISABLE_MC_NAVIGATION_FALLBACK
-
DISABLE_TABLIST
-
ENTITY_SPAWN_WAIT_DURATION
-
ERROR_COLOUR
-
FOLLOW_ACROSS_WORLDS
-
HIGHLIGHT_COLOUR
-
HOLOGRAM_ALWAYS_UPDATE_POSITION
-
HOLOGRAM_UPDATE_RATE
-
HOOK_PROTOCOLLIB
-
INITIAL_PLAYER_JOIN_SKIN_PACKET_DELAY
-
KEEP_CHUNKS_LOADED
-
LOCALE
-
MAX_CONTROLLABLE_FLIGHT_SPEED
-
MAX_CONTROLLABLE_GROUND_SPEED
-
MAX_NPC_LIMIT_CHECKS
-
MAX_NPC_SKIN_RETRIES
-
MAXIMUM_ASTAR_ITERATIONS
-
MAXIMUM_VISITED_NODES
-
MESSAGE_COLOUR
-
NEW_PATHFINDER_CHECK_BOUNDING_BOXES
-
NEW_PATHFINDER_OPENS_DOORS
-
NPC_ATTACK_DISTANCE
-
NPC_COMMAND_GLOBAL_COMMAND_COOLDOWN
-
NPC_COMMAND_MAXIMUM_TIMES_USED_MESSAGE
-
NPC_COMMAND_MISSING_ITEM_MESSAGE
-
NPC_COMMAND_NO_PERMISSION_MESSAGE
-
NPC_COMMAND_NOT_ENOUGH_EXPERIENCE_MESSAGE
-
NPC_COMMAND_NOT_ENOUGH_MONEY_MESSAGE
-
NPC_COMMAND_ON_COOLDOWN_MESSAGE
-
NPC_COMMAND_ON_GLOBAL_COOLDOWN_MESSAGE
-
NPC_COST
-
NPC_SKIN_FETCH_DEFAULT
-
NPC_SKIN_RETRY_DELAY
-
NPC_SKIN_ROTATION_UPDATE_DEGREES
-
NPC_SKIN_USE_LATEST
-
NPC_SKIN_VIEW_DISTANCE
-
NPC_WATER_SPEED_MODIFIER
-
PACKET_HOLOGRAMS
-
PACKET_UPDATE_DELAY
-
PATHFINDER_FALL_DISTANCE
-
PLACEHOLDER_SKIN_UPDATE_FREQUENCY
-
PLAYER_TELEPORT_DELAY
-
REMOVE_PLAYERS_FROM_PLAYER_LIST
-
RESET_YAW_ON_SPAWN
-
RESOURCE_PACK_PATH
-
SAVE_TASK_FREQUENCY
-
SELECTION_ITEM
-
SELECTION_MESSAGE
-
SERVER_OWNS_NPCS
-
SHOP_GLOBAL_VIEW_PERMISSION
-
STORAGE_FILE
-
TABLIST_REMOVE_PACKET_DELAY
-
TALK_CLOSE_TO_NPCS
-
TALK_ITEM
-
USE_BOAT_CONTROLS
-
USE_NEW_PATHFINDER
-
USE_SCOREBOARD_TEAMS
-
WARN_ON_RELOAD
-
-
Field Details
-
path
-
value
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
asBoolean
public boolean asBoolean() -
asDouble
public double asDouble() -
asFloat
public float asFloat() -
asInt
public int asInt() -
asList
-
asSeconds
public int asSeconds() -
asString
-
asTicks
public int asTicks() -
loadFromKey
-
setAtKey
-
setComments
-