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 StringEnder chest inventory contents identifier.static final StringLocation pitch identifier.static final StringLocation world identifier.static final StringLocation x identifier.static final StringLocation y identifier.static final StringLocation yaw identifier.static final StringLocation z identifier.static final StringPlayer armor contents identifier.static final StringPlayer bed spawn location identifier.static final StringPlayer global profile datastatic final StringPlayer exhaustion identifier.static final StringPlayer experience identifier.static final StringPlayer fall distance identifier.static final StringPlayer fire ticks identifier.static final StringPlayer food level identifier.static final StringPlayer health identifier.static final StringPlayer inventory contents identifier.static final StringPlayer last known name identifier.static final StringPlayer last location identifier.static final StringPlayer last world identifier.static final StringPlayer experience level identifier.static final StringPlayer max air identifier.static final StringPlayer max health identifier.static final StringPlayer off hand item identifier.static final StringPlayer profile type identifier.static final StringPlayer remaining air identifier.static final StringPlayer saturation identifier.static final StringPlayer should load identifier.static final StringPlayer stats identifier.static final StringPlayer total experience identifier.static final StringPotion amplifier identifier.static final StringPotion duration identifier.static final StringPotion type identifier.static final StringDelimiter 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:
-