Class CustomCommand

java.lang.Object
me.lokka30.levelledmobs.customdrops.CustomDropBase
me.lokka30.levelledmobs.customdrops.CustomCommand
All Implemented Interfaces:
Cloneable

public class CustomCommand extends CustomDropBase
Holds any custom commands as parsed from customdrops.yml
Since:
3.0.0
  • Field Details

    • commands

      @NotNull public final @NotNull List<String> commands
    • runOnSpawn

      public boolean runOnSpawn
    • runOnDeath

      public boolean runOnDeath
    • delay

      public int delay
  • Method Details