Class SpawnerSubCommand


public class SpawnerSubCommand extends SpawnerBaseClass
Gives the user a specialized spawner that only spawns mobs within certain level criteria
Since:
3.0.0
  • Constructor Details

    • SpawnerSubCommand

      public SpawnerSubCommand(LevelledMobs main)
  • Method Details

    • parseSubcommand

      public void parseSubcommand(LevelledMobs main, @NotNull @NotNull org.bukkit.command.CommandSender sender, String label, String[] args)
    • generateSpawner

      public void generateSpawner(@NotNull @NotNull SpawnerBaseClass.CustomSpawnerInfo info)
    • parseTabCompletions

      public List<String> parseTabCompletions(LevelledMobs main, @NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String[] args)