Class PlayerListManager

java.lang.Object
dev.unnm3d.redischat.commands.PlayerListManager

public class PlayerListManager extends Object
  • Constructor Details

    • PlayerListManager

      public PlayerListManager(RedisChat plugin)
  • Method Details

    • updatePlayerList

      public void updatePlayerList(List<String> inPlayerList)
    • addVanishIntegration

      public void addVanishIntegration(VanishIntegration vanishIntegration)
    • removeVanishIntegration

      public void removeVanishIntegration(VanishIntegration vanishIntegration)
    • getPlayerList

      public Set<String> getPlayerList(@Nullable @Nullable org.bukkit.command.CommandSender sender)
    • isVanished

      public boolean isVanished(org.bukkit.entity.Player player)
    • stop

      public void stop()