mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-24 18:17:53 +01:00
Added class-level javadoc in AdminSwitchCommand
This commit is contained in:
parent
e1c8bb9f1c
commit
443a7c30c1
@ -1,20 +1,19 @@
|
|||||||
package world.bentobox.bentobox.api.commands.admin;
|
package world.bentobox.bentobox.api.commands.admin;
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.bukkit.permissions.PermissionAttachment;
|
|
||||||
import org.bukkit.permissions.PermissionAttachmentInfo;
|
|
||||||
|
|
||||||
import world.bentobox.bentobox.api.commands.CompositeCommand;
|
import world.bentobox.bentobox.api.commands.CompositeCommand;
|
||||||
import world.bentobox.bentobox.api.commands.ConfirmableCommand;
|
import world.bentobox.bentobox.api.commands.ConfirmableCommand;
|
||||||
import world.bentobox.bentobox.api.user.User;
|
import world.bentobox.bentobox.api.user.User;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 1.5.0
|
||||||
|
* @author tastybento
|
||||||
|
*/
|
||||||
public class AdminSwitchCommand extends ConfirmableCommand {
|
public class AdminSwitchCommand extends ConfirmableCommand {
|
||||||
|
|
||||||
private final String bypassPerm;
|
private final String bypassPerm;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Switches bypass on and off
|
* Switches bypass on and off
|
||||||
* @param parent - admin command
|
* @param parent - admin command
|
||||||
|
Loading…
Reference in New Issue
Block a user