public interface PlayerWarpManager
| Modifier and Type | Method and Description |
|---|---|
default Collection<PlayerWarp> |
getAllWarps()
Return all warps.
|
Collection<PlayerWarp> |
getWarps(org.bukkit.entity.Player player)
Return warps for a given players.
|
@Nullable Collection<PlayerWarp> getWarps(@Nonnull org.bukkit.entity.Player player)
player - The player who is getting warps@Nullable default Collection<PlayerWarp> getAllWarps()
Copyright © 2021 elMakers. All rights reserved.