Skip navigation links
A C E F G H L M O P S T V W 

A

ApiRequest<R> - Class in com.sp.api.net
Author Pershin Andrew
ApiRequest(String, Gson, SpApiHttpClient, Type) - Constructor for class com.sp.api.net.ApiRequest
 

C

checkStatusByName(String) - Method in class com.sp.api.entity.OnlinePlayers
 
checkStatusByUUID(UUID) - Method in class com.sp.api.entity.OnlinePlayers
 
com.sp.api - package com.sp.api
 
com.sp.api.entity - package com.sp.api.entity
 
com.sp.api.exception - package com.sp.api.exception
 
com.sp.api.net - package com.sp.api.net
 

E

equals(Object) - Method in class com.sp.api.entity.Message
 
equals(Object) - Method in class com.sp.api.entity.Player
 
equals(Object) - Method in class com.sp.api.entity.Time
 
equals(Object) - Method in class com.sp.api.entity.Weather
 
execute() - Method in class com.sp.api.net.ApiRequest
 

F

findByName(String) - Method in class com.sp.api.entity.OnlinePlayers
 
findByUUID(UUID) - Method in class com.sp.api.entity.OnlinePlayers
 
findMessagesBySenderName(String) - Method in class com.sp.api.entity.LastChatMessages
 
findMessagesBySenderUUID(UUID) - Method in class com.sp.api.entity.LastChatMessages
 

G

get(String) - Method in class com.sp.api.net.SpApiHttpClient
 
getCount() - Method in class com.sp.api.entity.OnlinePlayers
 
getDescription() - Method in exception com.sp.api.exception.SpApiException
 
getFormated() - Method in class com.sp.api.entity.Time
 
getGson() - Method in class com.sp.api.SpApi
 
getHttpClient() - Method in class com.sp.api.SpApi
 
getMax() - Method in class com.sp.api.entity.OnlinePlayers
 
getMessage() - Method in class com.sp.api.entity.Message
 
getMessages() - Method in class com.sp.api.entity.LastChatMessages
 
getMessagesAsList() - Method in class com.sp.api.entity.LastChatMessages
 
getNickname() - Method in class com.sp.api.entity.Player
 
getPlayers() - Method in class com.sp.api.entity.OnlinePlayers
 
getPlayersAsList() - Method in class com.sp.api.entity.OnlinePlayers
 
getSender() - Method in class com.sp.api.entity.Message
 
getServerLastChatMessages() - Method in class com.sp.api.SpApi
 
getServerOnlinePlayers() - Method in class com.sp.api.SpApi
 
getServerTime() - Method in class com.sp.api.SpApi
 
getServerWeather() - Method in class com.sp.api.SpApi
 
getTicks() - Method in class com.sp.api.entity.Time
 
getTime() - Method in class com.sp.api.entity.Message
 
getTime() - Method in class com.sp.api.entity.Time
 
getTimeAsLong() - Method in class com.sp.api.entity.Message
 
getUuid() - Method in class com.sp.api.entity.Player
 
getWeather() - Method in class com.sp.api.entity.Weather
 

H

hashCode() - Method in class com.sp.api.entity.Message
 
hashCode() - Method in class com.sp.api.entity.Player
 
hashCode() - Method in class com.sp.api.entity.Time
 
hashCode() - Method in class com.sp.api.entity.Weather
 

L

LastChatMessages - Class in com.sp.api.entity
Author Pershin Andrew
LastChatMessages(List<Message>) - Constructor for class com.sp.api.entity.LastChatMessages
 
LastChatMessages(Message[]) - Constructor for class com.sp.api.entity.LastChatMessages
 
LastChatMessagesQuery - Class in com.sp.api.net
Author Pershin Andrew
LastChatMessagesQuery(SpApi) - Constructor for class com.sp.api.net.LastChatMessagesQuery
 

M

Message - Class in com.sp.api.entity
Author Pershin Andrew
Message(Player, String, long) - Constructor for class com.sp.api.entity.Message
 
Message(Player, String, LocalDateTime) - Constructor for class com.sp.api.entity.Message
 

O

OnlinePlayers - Class in com.sp.api.entity
Author Pershin Andrew
OnlinePlayers(List<Player>, int) - Constructor for class com.sp.api.entity.OnlinePlayers
 
OnlinePlayers(Player[], int) - Constructor for class com.sp.api.entity.OnlinePlayers
 

P

Player - Class in com.sp.api.entity
Author Pershin Andrew
Player(String, UUID) - Constructor for class com.sp.api.entity.Player
 
PlayerNotFoundException - Exception in com.sp.api.exception
Author Pershin Andrew
PlayerNotFoundException() - Constructor for exception com.sp.api.exception.PlayerNotFoundException
 
PlayersOnlineQuery - Class in com.sp.api.net
Author Pershin Andrew
PlayersOnlineQuery(SpApi) - Constructor for class com.sp.api.net.PlayersOnlineQuery
 

S

setDescription(String) - Method in exception com.sp.api.exception.SpApiException
 
SpApi - Class in com.sp.api
Author Pershin Andrew
SpApi() - Constructor for class com.sp.api.SpApi
 
SpApiException - Exception in com.sp.api.exception
Author Pershin Andrew
SpApiException(Throwable) - Constructor for exception com.sp.api.exception.SpApiException
 
SpApiException(String) - Constructor for exception com.sp.api.exception.SpApiException
 
SpApiException(String, Throwable) - Constructor for exception com.sp.api.exception.SpApiException
 
SpApiHttpClient - Class in com.sp.api.net
Author Pershin Andrew
SpApiHttpClient() - Constructor for class com.sp.api.net.SpApiHttpClient
 
SpApiServerException - Exception in com.sp.api.exception
Author Pershin Andrew
SpApiServerException(String, Throwable) - Constructor for exception com.sp.api.exception.SpApiServerException
 
SpApiServerException(String) - Constructor for exception com.sp.api.exception.SpApiServerException
 

T

Time - Class in com.sp.api.entity
Author Pershin Andrew
Time(TimeOfDay, int) - Constructor for class com.sp.api.entity.Time
 
TimeOfDay - Enum in com.sp.api.entity
Author Pershin Andrew
TimeQuery - Class in com.sp.api.net
Author Pershin Andrew
TimeQuery(SpApi) - Constructor for class com.sp.api.net.TimeQuery
 

V

valueOf(String) - Static method in enum com.sp.api.entity.TimeOfDay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sp.api.entity.WeatherType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sp.api.entity.TimeOfDay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sp.api.entity.WeatherType
Returns an array containing the constants of this enum type, in the order they are declared.

W

Weather - Class in com.sp.api.entity
Author Pershin Andrew
Weather() - Constructor for class com.sp.api.entity.Weather
 
Weather(WeatherType) - Constructor for class com.sp.api.entity.Weather
 
WeatherQuery - Class in com.sp.api.net
Author Pershin Andrew
WeatherQuery(SpApi) - Constructor for class com.sp.api.net.WeatherQuery
 
WeatherType - Enum in com.sp.api.entity
Author Pershin Andrew
A C E F G H L M O P S T V W 
Skip navigation links

Copyright © 2020. All Rights Reserved.