Class LegacyParsers
java.lang.Object
org.mvplugins.multiverse.inventories.util.LegacyParsers
Deprecated.
Exists for backward compatibility with older versions of Multiverse-Inventories.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.Location
parseLocation
(String locString) Deprecated.static org.bukkit.Location
parseLocation
(Map locMap) Deprecated.Locations do not use special handling because they areConfigurationSerializable
.static org.bukkit.potion.PotionEffect[]
parsePotionEffects
(String potionsString) Deprecated.PotionEffect do not use special handling because they areConfigurationSerializable
.
-
Method Details
-
parseLocation
Deprecated.Locations do not use special handling because they areConfigurationSerializable
.- Parameters:
locString
- Parses this string and creates Location.- Returns:
- New location object or null if no location could be created.
-
parseLocation
Deprecated.Locations do not use special handling because they areConfigurationSerializable
. -
parsePotionEffects
Deprecated.PotionEffect do not use special handling because they areConfigurationSerializable
.- Parameters:
potionsString
- A player's potion effects in string form to be parsed intoCollection
<PotionEffect
>.- Returns:
- a collection of potion effects parsed from potionsString.
-
ConfigurationSerializable
.