Class PlatformPlayerExecutor
java.lang.Object
eu.cloudnetservice.modules.bridge.platform.PlatformPlayerExecutor
- All Implemented Interfaces:
PlayerExecutor
-
Field Summary
FieldsFields inherited from interface eu.cloudnetservice.modules.bridge.player.executor.PlayerExecutor
GLOBAL_UNIQUE_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.cloudnetservice.modules.bridge.player.executor.PlayerExecutor
connect, connectSelecting, connectToFallback, connectToGroup, connectToTask, kick, sendChatMessage, sendChatMessage, sendPluginMessage, sendTitle, spoofCommandExecution, spoofCommandExecution
-
Field Details
-
targetUniqueId
-
-
Constructor Details
-
PlatformPlayerExecutor
-
-
Method Details
-
uniqueId
Description copied from interface:PlayerExecutorGets the unique id of this player executor. The ID of the player executor equals the unique id of the player this executor is for.A global player executor that performs the action for all players is identified by the
PlayerExecutor.GLOBAL_UNIQUE_ID.- Specified by:
uniqueIdin interfacePlayerExecutor- Returns:
- the unique id of the player executor.
-