java.lang.Object
io.github.sparkletinkercat.creaturesPlugin.Commands.Werewolf
All Implemented Interfaces:
io.papermc.paper.command.brigadier.BasicCommand

@NullMarked public class Werewolf extends Object implements io.papermc.paper.command.brigadier.BasicCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(io.papermc.paper.command.brigadier.CommandSourceStack source, String[] args)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.papermc.paper.command.brigadier.BasicCommand

    canUse, permission, suggest
  • Constructor Details

    • Werewolf

      public Werewolf()
  • Method Details

    • execute

      public void execute(io.papermc.paper.command.brigadier.CommandSourceStack source, String[] args)
      Specified by:
      execute in interface io.papermc.paper.command.brigadier.BasicCommand