Package org.kingdoms.utils.commands
Class ConfigCommand
java.lang.Object
org.kingdoms.utils.commands.ConfigCommand
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionConfigCommand(ConfigCommand.ExecutorType executorType, MessageObject command) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecute(@Nullable org.bukkit.entity.Player player, Collection<ConfigCommand> commands, MessagePlaceholderProvider settings, boolean ignoreIfPlayerNull) static voidexecute(@NotNull org.bukkit.entity.Player player, Collection<ConfigCommand> commands) static voidexecute(org.bukkit.OfflinePlayer offlinePlayer, Collection<ConfigCommand> commands) static List<ConfigCommand> parse(Collection<String> commands) toString()
-
Constructor Details
-
ConfigCommand
-
-
Method Details
-
parse
-
execute
public static void execute(org.bukkit.OfflinePlayer offlinePlayer, Collection<ConfigCommand> commands) -
execute
public static void execute(@NotNull @NotNull org.bukkit.entity.Player player, Collection<ConfigCommand> commands) -
execute
public static void execute(@Nullable org.bukkit.entity.Player player, Collection<ConfigCommand> commands, MessagePlaceholderProvider settings, boolean ignoreIfPlayerNull) -
toString
-