Class PlayerService
java.lang.Object
net.minecraft.server.jsonrpc.methods.PlayerService
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(MinecraftApi pApi) private static ServerPlayergetServerPlayer(MinecraftApi pApi, PlayerDto pPlayer) kick(MinecraftApi pApi, List<PlayerService.KickDto> pKicks, ClientInfo pClientInfo)
-
Field Details
-
DEFAULT_KICK_MESSAGE
-
-
Constructor Details
-
PlayerService
public PlayerService()
-
-
Method Details
-
get
-
kick
public static List<PlayerDto> kick(MinecraftApi pApi, List<PlayerService.KickDto> pKicks, ClientInfo pClientInfo) -
getServerPlayer
-