Class ExecutorDSLKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static BukkitExecutable<?> anyExecutor(BukkitExecutable<?> $self, Function2<CommandSender, CommandArguments, Unit> executor)
      final static BukkitExecutable<?> playerExecutor(BukkitExecutable<?> $self, Function2<Player, CommandArguments, Unit> executor)
      final static BukkitExecutable<?> entityExecutor(BukkitExecutable<?> $self, Function2<Entity, CommandArguments, Unit> executor)
      final static BukkitExecutable<?> consoleExecutor(BukkitExecutable<?> $self, Function2<ConsoleCommandSender, CommandArguments, Unit> executor)
      final static BukkitExecutable<?> commandBlockExecutor(BukkitExecutable<?> $self, Function2<BlockCommandSender, CommandArguments, Unit> executor)
      final static BukkitExecutable<?> proxyExecutor(BukkitExecutable<?> $self, Function2<ProxiedCommandSender, CommandArguments, Unit> executor)
      final static BukkitExecutable<?> nativeExecutor(BukkitExecutable<?> $self, Function2<NativeProxyCommandSender, CommandArguments, Unit> executor)
      final static BukkitExecutable<?> remoteConsoleExecutor(BukkitExecutable<?> $self, Function2<RemoteConsoleCommandSender, CommandArguments, Unit> executor)
      final static BukkitExecutable<?> anyResultingExecutor(BukkitExecutable<?> $self, Function2<CommandSender, CommandArguments, Integer> executor)
      final static BukkitExecutable<?> playerResultingExecutor(BukkitExecutable<?> $self, Function2<Player, CommandArguments, Integer> executor)
      final static BukkitExecutable<?> entityResultingExecutor(BukkitExecutable<?> $self, Function2<Entity, CommandArguments, Integer> executor)
      final static BukkitExecutable<?> consoleResultingExecutor(BukkitExecutable<?> $self, Function2<ConsoleCommandSender, CommandArguments, Integer> executor)
      final static BukkitExecutable<?> commandBlockResultingExecutor(BukkitExecutable<?> $self, Function2<BlockCommandSender, CommandArguments, Integer> executor)
      final static BukkitExecutable<?> proxyResultingExecutor(BukkitExecutable<?> $self, Function2<ProxiedCommandSender, CommandArguments, Integer> executor)
      final static BukkitExecutable<?> nativeResultingExecutor(BukkitExecutable<?> $self, Function2<NativeProxyCommandSender, CommandArguments, Integer> executor)
      final static BukkitExecutable<?> remoteConsoleResultingExecutor(BukkitExecutable<?> $self, Function2<RemoteConsoleCommandSender, CommandArguments, Integer> executor)
      final static BukkitExecutable<?> anyExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<CommandSender, BukkitCommandSender<out CommandSender>>, Unit> executor)
      final static BukkitExecutable<?> playerExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<Player, BukkitPlayer>, Unit> executor)
      final static BukkitExecutable<?> entityExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<Entity, BukkitEntity>, Unit> executor)
      final static BukkitExecutable<?> consoleExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<ConsoleCommandSender, BukkitConsoleCommandSender>, Unit> executor)
      final static BukkitExecutable<?> commandBlockExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<BlockCommandSender, BukkitBlockCommandSender>, Unit> executor)
      final static BukkitExecutable<?> proxyExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender>, Unit> executor)
      final static BukkitExecutable<?> nativeExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender>, Unit> executor)
      final static BukkitExecutable<?> remoteConsoleExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender>, Unit> executor)
      final static BukkitExecutable<?> anyResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<CommandSender, BukkitCommandSender<out CommandSender>>, Integer> executor)
      final static BukkitExecutable<?> playerResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<Player, BukkitPlayer>, Integer> executor)
      final static BukkitExecutable<?> entityResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<Entity, BukkitEntity>, Integer> executor)
      final static BukkitExecutable<?> consoleResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<ConsoleCommandSender, BukkitConsoleCommandSender>, Integer> executor)
      final static BukkitExecutable<?> commandBlockResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<BlockCommandSender, BukkitBlockCommandSender>, Integer> executor)
      final static BukkitExecutable<?> proxyResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender>, Integer> executor)
      final static BukkitExecutable<?> nativeResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender>, Integer> executor)
      final static BukkitExecutable<?> remoteConsoleResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender>, Integer> executor)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • anyExecutor

         final static BukkitExecutable<?> anyExecutor(BukkitExecutable<?> $self, Function2<CommandSender, CommandArguments, Unit> executor)
      • playerExecutor

         final static BukkitExecutable<?> playerExecutor(BukkitExecutable<?> $self, Function2<Player, CommandArguments, Unit> executor)
      • entityExecutor

         final static BukkitExecutable<?> entityExecutor(BukkitExecutable<?> $self, Function2<Entity, CommandArguments, Unit> executor)
      • consoleExecutor

         final static BukkitExecutable<?> consoleExecutor(BukkitExecutable<?> $self, Function2<ConsoleCommandSender, CommandArguments, Unit> executor)
      • commandBlockExecutor

         final static BukkitExecutable<?> commandBlockExecutor(BukkitExecutable<?> $self, Function2<BlockCommandSender, CommandArguments, Unit> executor)
      • proxyExecutor

         final static BukkitExecutable<?> proxyExecutor(BukkitExecutable<?> $self, Function2<ProxiedCommandSender, CommandArguments, Unit> executor)
      • nativeExecutor

         final static BukkitExecutable<?> nativeExecutor(BukkitExecutable<?> $self, Function2<NativeProxyCommandSender, CommandArguments, Unit> executor)
      • remoteConsoleExecutor

         final static BukkitExecutable<?> remoteConsoleExecutor(BukkitExecutable<?> $self, Function2<RemoteConsoleCommandSender, CommandArguments, Unit> executor)
      • anyResultingExecutor

         final static BukkitExecutable<?> anyResultingExecutor(BukkitExecutable<?> $self, Function2<CommandSender, CommandArguments, Integer> executor)
      • playerResultingExecutor

         final static BukkitExecutable<?> playerResultingExecutor(BukkitExecutable<?> $self, Function2<Player, CommandArguments, Integer> executor)
      • entityResultingExecutor

         final static BukkitExecutable<?> entityResultingExecutor(BukkitExecutable<?> $self, Function2<Entity, CommandArguments, Integer> executor)
      • consoleResultingExecutor

         final static BukkitExecutable<?> consoleResultingExecutor(BukkitExecutable<?> $self, Function2<ConsoleCommandSender, CommandArguments, Integer> executor)
      • commandBlockResultingExecutor

         final static BukkitExecutable<?> commandBlockResultingExecutor(BukkitExecutable<?> $self, Function2<BlockCommandSender, CommandArguments, Integer> executor)
      • proxyResultingExecutor

         final static BukkitExecutable<?> proxyResultingExecutor(BukkitExecutable<?> $self, Function2<ProxiedCommandSender, CommandArguments, Integer> executor)
      • nativeResultingExecutor

         final static BukkitExecutable<?> nativeResultingExecutor(BukkitExecutable<?> $self, Function2<NativeProxyCommandSender, CommandArguments, Integer> executor)
      • remoteConsoleResultingExecutor

         final static BukkitExecutable<?> remoteConsoleResultingExecutor(BukkitExecutable<?> $self, Function2<RemoteConsoleCommandSender, CommandArguments, Integer> executor)
      • anyExecutionInfo

         final static BukkitExecutable<?> anyExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<CommandSender, BukkitCommandSender<out CommandSender>>, Unit> executor)
      • playerExecutionInfo

         final static BukkitExecutable<?> playerExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<Player, BukkitPlayer>, Unit> executor)
      • entityExecutionInfo

         final static BukkitExecutable<?> entityExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<Entity, BukkitEntity>, Unit> executor)
      • consoleExecutionInfo

         final static BukkitExecutable<?> consoleExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<ConsoleCommandSender, BukkitConsoleCommandSender>, Unit> executor)
      • commandBlockExecutionInfo

         final static BukkitExecutable<?> commandBlockExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<BlockCommandSender, BukkitBlockCommandSender>, Unit> executor)
      • proxyExecutionInfo

         final static BukkitExecutable<?> proxyExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender>, Unit> executor)
      • nativeExecutionInfo

         final static BukkitExecutable<?> nativeExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender>, Unit> executor)
      • remoteConsoleExecutionInfo

         final static BukkitExecutable<?> remoteConsoleExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender>, Unit> executor)
      • anyResultingExecutionInfo

         final static BukkitExecutable<?> anyResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<CommandSender, BukkitCommandSender<out CommandSender>>, Integer> executor)
      • playerResultingExecutionInfo

         final static BukkitExecutable<?> playerResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<Player, BukkitPlayer>, Integer> executor)
      • entityResultingExecutionInfo

         final static BukkitExecutable<?> entityResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<Entity, BukkitEntity>, Integer> executor)
      • consoleResultingExecutionInfo

         final static BukkitExecutable<?> consoleResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<ConsoleCommandSender, BukkitConsoleCommandSender>, Integer> executor)
      • commandBlockResultingExecutionInfo

         final static BukkitExecutable<?> commandBlockResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<BlockCommandSender, BukkitBlockCommandSender>, Integer> executor)
      • proxyResultingExecutionInfo

         final static BukkitExecutable<?> proxyResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender>, Integer> executor)
      • nativeResultingExecutionInfo

         final static BukkitExecutable<?> nativeResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender>, Integer> executor)
      • remoteConsoleResultingExecutionInfo

         final static BukkitExecutable<?> remoteConsoleResultingExecutionInfo(BukkitExecutable<?> $self, Function1<ExecutionInfo<RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender>, Integer> executor)