public abstract class Location
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
logger |
protected Platform |
platform |
protected java.util.Set<User> |
users |
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
static Location |
getInstance() |
Logger |
getLogger() |
Platform |
getPlatform() |
java.util.Optional<User> |
getUser(java.util.UUID uniqueId) |
java.util.Set<User> |
getUsers() |