Class PlatformPlayerExecutor

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

abstract class PlatformPlayerExecutor extends Object implements eu.cloudnetservice.modules.bridge.player.executor.PlayerExecutor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final UUID
     

    Fields inherited from interface eu.cloudnetservice.modules.bridge.player.executor.PlayerExecutor

    GLOBAL_UNIQUE_ID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      private final UUID targetUniqueId
  • Constructor Details

    • PlatformPlayerExecutor

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

    • uniqueId

      @NonNull public @NonNull UUID uniqueId()
      Specified by:
      uniqueId in interface eu.cloudnetservice.modules.bridge.player.executor.PlayerExecutor