Class ReloadCommand

java.lang.Object
adhdmc.simplepms.commands.ReloadCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class ReloadCommand extends Object implements org.bukkit.command.CommandExecutor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) net.kyori.adventure.text.minimessage.MiniMessage
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onCommand(@NotNull org.bukkit.command.CommandSender sender, @NotNull org.bukkit.command.Command command, @NotNull String label, @NotNull String[] args)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • miniMessage

      net.kyori.adventure.text.minimessage.MiniMessage miniMessage
  • Constructor Details

    • ReloadCommand

      public ReloadCommand()
  • Method Details

    • onCommand

      public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String label, @NotNull @NotNull String[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor