Package dev.koifysh.archipelago
Class LocationManager
java.lang.Object
dev.koifysh.archipelago.LocationManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCheckedLocations(Set<Long> newLocations) booleancheckLocation(long id) booleancheckLocations(Collection<Long> ids) voidvoidsendIfChecked(Set<Long> missingChecks) protected voidsetAPWebSocket(dev.koifysh.archipelago.WebSocket webSocket) voidsetMissingLocations(HashSet<Long> missingLocations)
-
Constructor Details
-
LocationManager
-
-
Method Details
-
checkLocation
public boolean checkLocation(long id) -
checkLocations
-
sendIfChecked
-
resendAllCheckedLocations
public void resendAllCheckedLocations() -
setAPWebSocket
protected void setAPWebSocket(dev.koifysh.archipelago.WebSocket webSocket) -
getCheckedLocations
-
getMissingLocations
-
addCheckedLocations
-
setMissingLocations
-