Package me.hsgamer.bettergui.action.type
Class PermissionAction
- java.lang.Object
-
- me.hsgamer.bettergui.api.action.BaseAction
-
- me.hsgamer.bettergui.action.type.CommandAction
-
- me.hsgamer.bettergui.action.type.PermissionAction
-
- All Implemented Interfaces:
BiConsumer<UUID,TaskProcess>,Action,MenuElement,ProcessApplier
public class PermissionAction extends CommandAction
-
-
Field Summary
-
Fields inherited from class me.hsgamer.bettergui.api.action.BaseAction
input
-
-
Constructor Summary
Constructors Constructor Description PermissionAction(ActionBuilder.Input input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaccept(org.bukkit.entity.Player player, String command)Accept the command-
Methods inherited from class me.hsgamer.bettergui.action.type.CommandAction
accept
-
Methods inherited from class me.hsgamer.bettergui.api.action.BaseAction
getMenu, getReplacedString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Constructor Detail
-
PermissionAction
public PermissionAction(ActionBuilder.Input input)
-
-
Method Detail
-
accept
protected void accept(org.bukkit.entity.Player player, String command)Description copied from class:CommandActionAccept the command- Specified by:
acceptin classCommandAction- Parameters:
player- the playercommand- the command
-
-