Need help understanding line of code

Discussion in 'Plugin Development' started by jasondorson, Jan 16, 2021.

Thread Status:
Not open for further replies.
  1. Offline

    jasondorson

    Can someone please explain to me what this line of code is doing?

    public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args ) {

    }
     
  2. Online

    timtower Administrator Administrator Moderator

    @jasondorson That is what what Bukkit calls when it receives a command.
     
  3. Offline

    marcelo.mb

Thread Status:
Not open for further replies.

Share This Page