24package com.dreamfirestudios.dreamcore.DreamActionBar;
26import com.dreamfirestudios.dreamcore.DreamCore;
27import org.bukkit.entity.Player;
46 if (player ==
null)
throw new IllegalArgumentException(
"Player cannot be null");
48 if (dreamActionBar.isPlayerViewing(player)) {
Provides utility methods for querying active DreamActionBar instances.
static boolean IsPlayerInActionBar(Player player)
Checks if a given player is currently viewing any DreamActionBar.
static final LinkedHashMap< UUID, DreamActionBar > DreamActionBars