Class DataStrings
java.lang.Object
org.mvplugins.multiverse.inventories.util.DataStrings
This class handles the formatting of strings for data i/o.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Ender chest inventory contents identifier.static final String
Location pitch identifier.static final String
Location world identifier.static final String
Location x identifier.static final String
Location y identifier.static final String
Location yaw identifier.static final String
Location z identifier.static final String
Player armor contents identifier.static final String
Player bed spawn location identifier.static final String
Player global profile datastatic final String
Player exhaustion identifier.static final String
Player experience identifier.static final String
Player fall distance identifier.static final String
Player fire ticks identifier.static final String
Player food level identifier.static final String
Player health identifier.static final String
Player inventory contents identifier.static final String
Player last known name identifier.static final String
Player last location identifier.static final String
Player last world identifier.static final String
Player experience level identifier.static final String
Player max air identifier.static final String
Player max health identifier.static final String
Player off hand item identifier.static final String
Player profile type identifier.static final String
Player remaining air identifier.static final String
Player saturation identifier.static final String
Player should load identifier.static final String
Player stats identifier.static final String
Player total experience identifier.static final String
Potion amplifier identifier.static final String
Potion duration identifier.static final String
Potion type identifier.static final String
Delimiter to separate a key and it's value. -
Method Summary
-
Field Details
-
VALUE_DELIMITER
Delimiter to separate a key and it's value.- See Also:
-
PLAYER_STATS
Player stats identifier.- See Also:
-
PLAYER_INVENTORY_CONTENTS
Player inventory contents identifier.- See Also:
-
PLAYER_ARMOR_CONTENTS
Player armor contents identifier.- See Also:
-
PLAYER_OFF_HAND_ITEM
Player off hand item identifier.- See Also:
-
ENDER_CHEST_CONTENTS
Ender chest inventory contents identifier.- See Also:
-
PLAYER_BED_SPAWN_LOCATION
Player bed spawn location identifier.- See Also:
-
PLAYER_LAST_LOCATION
Player last location identifier.- See Also:
-
PLAYER_DATA
Player global profile data- See Also:
-
PLAYER_LAST_WORLD
Player last world identifier.- See Also:
-
PLAYER_SHOULD_LOAD
Player should load identifier.- See Also:
-
PLAYER_LAST_KNOWN_NAME
Player last known name identifier.- See Also:
-
PLAYER_PROFILE_TYPE
Player profile type identifier.- See Also:
-
PLAYER_MAX_HEALTH
Player max health identifier.- See Also:
-
PLAYER_HEALTH
Player health identifier.- See Also:
-
PLAYER_EXPERIENCE
Player experience identifier.- See Also:
-
PLAYER_TOTAL_EXPERIENCE
Player total experience identifier.- See Also:
-
PLAYER_LEVEL
Player experience level identifier.- See Also:
-
PLAYER_FOOD_LEVEL
Player food level identifier.- See Also:
-
PLAYER_EXHAUSTION
Player exhaustion identifier.- See Also:
-
PLAYER_SATURATION
Player saturation identifier.- See Also:
-
PLAYER_FALL_DISTANCE
Player fall distance identifier.- See Also:
-
PLAYER_FIRE_TICKS
Player fire ticks identifier.- See Also:
-
PLAYER_REMAINING_AIR
Player remaining air identifier.- See Also:
-
PLAYER_MAX_AIR
Player max air identifier.- See Also:
-
LOCATION_X
Location x identifier.- See Also:
-
LOCATION_Y
Location y identifier.- See Also:
-
LOCATION_Z
Location z identifier.- See Also:
-
LOCATION_WORLD
Location world identifier.- See Also:
-
LOCATION_PITCH
Location pitch identifier.- See Also:
-
LOCATION_YAW
Location yaw identifier.- See Also:
-
POTION_TYPE
Potion type identifier.- See Also:
-
POTION_DURATION
Potion duration identifier.- See Also:
-
POTION_AMPLIFIER
Potion amplifier identifier.- See Also:
-