Uses of Class
net.ME1312.SubServers.Client.Common.Network.API.Proxy
Packages that use Proxy
Package
Description
-
Uses of Proxy in net.ME1312.SubServers.Client.Bukkit.Library
Methods in net.ME1312.SubServers.Client.Bukkit.Library that return ProxyMethods in net.ME1312.SubServers.Client.Bukkit.Library that return types with arguments of type ProxyMethods in net.ME1312.SubServers.Client.Bukkit.Library with parameters of type ProxyModifier and TypeMethodDescriptionstatic booleanObjectPermission.permits(Proxy proxy, Permissible object, String... permissions) Determine if an object can perform some action on this proxy using possible permissions -
Uses of Proxy in net.ME1312.SubServers.Client.Common
Method parameters in net.ME1312.SubServers.Client.Common with type arguments of type Proxy -
Uses of Proxy in net.ME1312.SubServers.Client.Common.Network.API
Method parameters in net.ME1312.SubServers.Client.Common.Network.API with type arguments of type ProxyModifier and TypeMethodDescriptionvoidGets the proxy this player is connected to.static voidSimplifiedData.requestMasterProxy(DataClient client, Consumer<Proxy> callback) Request the Master Proxy redis container (null if unavailable)static voidSimplifiedData.requestProxies(DataClient client, Consumer<Map<String, Proxy>> callback) Requests the known Proxiesstatic voidSimplifiedData.requestProxy(DataClient client, String name, Consumer<Proxy> callback) Requests a Proxy