Uses of Class
net.ME1312.SubServers.Client.Common.Network.API.RemotePlayer
Packages that use RemotePlayer
Package
Description
-
Uses of RemotePlayer in net.ME1312.SubServers.Client.Common
Method parameters in net.ME1312.SubServers.Client.Common with type arguments of type RemotePlayerModifier and TypeMethodDescriptionvoidClientAPI.getRemotePlayer(String name, Consumer<RemotePlayer> callback) Gets a player on this network by searching across all known proxiesvoidClientAPI.getRemotePlayer(UUID id, Consumer<RemotePlayer> callback) Gets a player on this network by searching across all known proxiesvoidClientAPI.getRemotePlayers(Consumer<Map<UUID, RemotePlayer>> callback) Gets players on this network across all known proxies -
Uses of RemotePlayer in net.ME1312.SubServers.Client.Common.Network.API
Methods in net.ME1312.SubServers.Client.Common.Network.API that return RemotePlayerModifier and TypeMethodDescriptionprotected final RemotePlayerCreate an API representation of a Remote Playerprotected RemotePlayerRemotePlayer.StaticImpl.construct(DataClient client, ObjectMap<String> raw) Create an API representation of a Remote PlayerMethod parameters in net.ME1312.SubServers.Client.Common.Network.API with type arguments of type RemotePlayerModifier and TypeMethodDescriptionvoidProxy.getPlayers(Consumer<Collection<RemotePlayer>> callback) Get the players on this proxyvoidHost.getRemotePlayers(Consumer<Collection<RemotePlayer>> callback) Get the players on servers provided by this host across all known proxiesvoidServer.getRemotePlayers(Consumer<Collection<RemotePlayer>> callback) Get players on this server across all known proxiesstatic voidSimplifiedData.requestRemotePlayer(DataClient client, String name, Consumer<RemotePlayer> callback) Requests a player on this network by searching across all known proxiesstatic voidSimplifiedData.requestRemotePlayer(DataClient client, UUID id, Consumer<RemotePlayer> callback) Requests a player on this network by searching across all known proxiesstatic voidSimplifiedData.requestRemotePlayers(DataClient client, Consumer<Map<UUID, RemotePlayer>> callback) Requests players on this network across all known proxies