Class RulesSubcommand

java.lang.Object
me.lokka30.levelledmobs.commands.MessagesBase
me.lokka30.levelledmobs.commands.subcommands.RulesSubcommand

public class RulesSubcommand extends MessagesBase
Shows the current rules as parsed from the various config files
Since:
3.0.0
  • Constructor Details

    • RulesSubcommand

      public RulesSubcommand(LevelledMobs main)
  • Method Details

    • parseSubcommand

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

      @Nullable public @Nullable LivingEntityWrapper getMobBeingLookedAt(@NotNull @NotNull org.bukkit.entity.Player player, boolean findNearbyEntities, @NotNull @NotNull org.bukkit.command.CommandSender sender)
    • parseTabCompletions

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