Class LocationManager

java.lang.Object
dev.koifysh.archipelago.LocationManager

public class LocationManager extends Object
  • Constructor Details

    • LocationManager

      public LocationManager(Client client)
  • Method Details

    • checkLocation

      public boolean checkLocation(long id)
    • checkLocations

      public boolean checkLocations(Collection<Long> ids)
    • sendIfChecked

      public void sendIfChecked(Set<Long> missingChecks)
    • resendAllCheckedLocations

      public void resendAllCheckedLocations()
    • setAPWebSocket

      protected void setAPWebSocket(dev.koifysh.archipelago.WebSocket webSocket)
    • getCheckedLocations

      public Set<Long> getCheckedLocations()
    • getMissingLocations

      public Set<Long> getMissingLocations()
    • addCheckedLocations

      public void addCheckedLocations(Set<Long> newLocations)
    • setMissingLocations

      public void setMissingLocations(HashSet<Long> missingLocations)