Class NameVerificationComponent
java.lang.Object
com.zachsthings.libcomponents.AbstractComponent
com.zachsthings.libcomponents.bukkit.BukkitComponent
com.sk89q.commandbook.component.nameverification.NameVerificationComponent
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor,org.bukkit.event.Listener
public class NameVerificationComponent
extends com.zachsthings.libcomponents.bukkit.BukkitComponent
implements org.bukkit.event.Listener
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.regex.PatternnamePattern -
Constructor Summary
Constructors Constructor Description NameVerificationComponent() -
Method Summary
Methods inherited from class com.zachsthings.libcomponents.bukkit.BukkitComponent
disable, getCommands, onCommand, registerCommands, setUp, unregisterCommands
-
Field Details
-
namePattern
protected static final java.util.regex.Pattern namePattern
-
-
Constructor Details
-
NameVerificationComponent
public NameVerificationComponent()
-
-
Method Details