Class PlatformPlayerExecutor

java.lang.Object
eu.cloudnetservice.modules.bridge.platform.PlatformPlayerExecutor
All Implemented Interfaces:
PlayerExecutor

abstract class PlatformPlayerExecutor extends Object implements PlayerExecutor
  • Field Details

    • targetUniqueId

      private final UUID targetUniqueId
  • Constructor Details

    • PlatformPlayerExecutor

      @RPCInvocationTarget public PlatformPlayerExecutor(@NonNull @NonNull UUID targetUniqueId)
  • Method Details

    • uniqueId

      @NonNull public @NonNull UUID uniqueId()
      Description copied from interface: PlayerExecutor
      Gets 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:
      uniqueId in interface PlayerExecutor
      Returns:
      the unique id of the player executor.