Uses of Class
net.ME1312.SubServers.Client.Common.Network.API.Server
Packages that use Server
Package
Description
-
Uses of Server in net.ME1312.SubServers.Client.Common
Method parameters in net.ME1312.SubServers.Client.Common with type arguments of type ServerModifier and TypeMethodDescriptionvoidGets a Server Group (Group names are case insensitive here)voidGets the Server Groups (Group names are case sensitive here)voidGets the Server Groups (Group names are all lowercase here)voidGets a ServervoidClientAPI.getServers(Consumer<Map<String, Server>> callback) Gets the Servers (including SubServers) -
Uses of Server in net.ME1312.SubServers.Client.Common.Network.API
Subclasses of Server in net.ME1312.SubServers.Client.Common.Network.APIMethod parameters in net.ME1312.SubServers.Client.Common.Network.API with type arguments of type ServerModifier and TypeMethodDescriptionvoidGets the server this player is connected to.static voidSimplifiedData.requestGroup(DataClient client, String name, Consumer<Pair<String, List<Server>>> callback) Requests a Server Group (Group names are case insensitive here)static voidSimplifiedData.requestGroups(DataClient client, Consumer<Map<String, List<Server>>> callback) Requests the Server Groups (Group names are case sensitive here)static voidSimplifiedData.requestLowercaseGroups(DataClient client, Consumer<Map<String, List<Server>>> callback) Requests the Server Groups (Group names are all lowercase here)static voidSimplifiedData.requestServer(DataClient client, String name, Consumer<Server> callback) Requests a Serverstatic voidSimplifiedData.requestServers(DataClient client, Consumer<Map<String, Server>> callback) Requests the Servers (including SubServers)