Class LocalToggleExecutor
java.lang.Object
ru.cwcode.commands.executor.AbstractExecutor
ru.cwcode.commands.executor.AbstractLocalToggleExecutor
ru.cwcode.commands.paperplatform.executor.LocalToggleExecutor
Deprecated.
-
Field Summary
Fields inherited from class ru.cwcode.commands.executor.AbstractExecutor
command, parser, sender -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final org.bukkit.MaterialargM(int index) Deprecated.protected Optional<org.bukkit.entity.Player> argP(int index) Deprecated.voidhandleError(Exception exception) Deprecated.protected final org.bukkit.entity.Playerplayer()Deprecated.protected net.kyori.adventure.audience.Audiencesender()Deprecated.Methods inherited from class ru.cwcode.commands.executor.AbstractLocalToggleExecutor
executeForPlayer, onDisable, onEnable, prepareMethods inherited from class ru.cwcode.commands.executor.AbstractExecutor
arg, arg, argB, argD, argE, argI, argO, argS, argumentsAmount, argWithSpaces, executeForNonPlayer, getCommand, isPresent
-
Constructor Details
-
LocalToggleExecutor
public LocalToggleExecutor(boolean initialState) Deprecated.
-
-
Method Details
-
handleError
Deprecated.- Specified by:
handleErrorin classAbstractExecutor
-
sender
protected net.kyori.adventure.audience.Audience sender()Deprecated.- Specified by:
senderin classAbstractExecutor
-
argP
Deprecated.- Specified by:
argPin classAbstractExecutor
-
player
protected final org.bukkit.entity.Player player()Deprecated. -
argM
protected final org.bukkit.Material argM(int index) Deprecated.
-