Interface LocationManagerFactory<T>

All Known Implementing Classes:
FlatFileLocationsManager.LocationsFactory

public interface LocationManagerFactory<T>
  • Method Summary

    Modifier and Type Method Description
    T createManager()  
    T createManager​(org.bukkit.World castWorld)