Class LocationConfigPath

All Implemented Interfaces:
ConfigPath<org.bukkit.Location>

public class LocationConfigPath extends SerializableMapConfigPath<org.bukkit.Location>
  • Constructor Details

    • LocationConfigPath

      public LocationConfigPath(String path, org.bukkit.Location def)
      Create a config path
      Parameters:
      path - the path to the value
      def - the default value if it's not found
  • Method Details