Class VanishUtils

java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.utils.VanishUtils

public class VanishUtils extends Object
  • Method Details

    • getNonVanished

      @NotNull public static @NotNull List<ClanPlayer> getNonVanished(@Nullable @Nullable org.bukkit.command.CommandSender viewer, @NotNull @NotNull Clan clan)
    • getNonVanished

      @NotNull public static @NotNull List<ClanPlayer> getNonVanished(@Nullable @Nullable org.bukkit.command.CommandSender viewer, @NotNull @NotNull List<ClanPlayer> clanPlayers)
    • isVanished

      public static boolean isVanished(@Nullable @Nullable org.bukkit.command.CommandSender viewer, @NotNull @NotNull ClanPlayer cp)
    • isVanished

      public static boolean isVanished(@Nullable @Nullable org.bukkit.command.CommandSender viewer, @NotNull @NotNull org.bukkit.entity.Player player)
    • isVanished

      public static boolean isVanished(@NotNull @NotNull ClanPlayer cp)
    • isOnline

      public static boolean isOnline(@NotNull @NotNull ClanPlayer player)