Class LocationManager

java.lang.Object
io.github.archipelagomw.LocationManager

public class LocationManager extends Object
  • Constructor Details

    • LocationManager

      public LocationManager(Client client)
  • Method Details

    • checkLocation

      public APResult<Void> checkLocation(long id)
    • checkLocations

      public APResult<Void> checkLocations(Collection<Long> ids)
    • sendIfChecked

      public APResult<Void> sendIfChecked(Set<Long> missingChecks)
    • resendAllCheckedLocations

      public APResult<Void> resendAllCheckedLocations()
    • getCheckedLocations

      public Set<Long> getCheckedLocations()
    • getMissingLocations

      public Set<Long> getMissingLocations()
    • addCheckedLocations

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

      public void setMissingLocations(Set<Long> missingLocations)