| Package | Description |
|---|---|
| com.sp.api.entity |
| Modifier and Type | Method and Description |
|---|---|
Player |
OnlinePlayers.findByName(String name) |
Player |
OnlinePlayers.findByUUID(UUID uuid) |
Player[] |
OnlinePlayers.getPlayers() |
Player |
Message.getSender() |
| Modifier and Type | Method and Description |
|---|---|
List<Player> |
OnlinePlayers.getPlayersAsList() |
| Constructor and Description |
|---|
Message(Player player,
String text,
java.time.LocalDateTime localDateTime) |
Message(Player player,
String text,
long time) |
OnlinePlayers(Player[] players,
int max) |
| Constructor and Description |
|---|
OnlinePlayers(List<Player> players,
int max) |
Copyright © 2020. All Rights Reserved.