Class HUDManager
java.lang.Object
com.palmergames.bukkit.towny.huds.HUDManager
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic Stringstatic @Nullable ServerHUDstatic List<org.bukkit.entity.Player> Deprecated.since 0.102.0.8static List<org.bukkit.entity.Player> Deprecated.since 0.102.0.8static booleanisMapHudActive(org.bukkit.entity.Player player) Deprecated.since 0.102.0.8static booleanisPermHUDActive(org.bukkit.entity.Player player) Deprecated.since 0.102.0.8static booleanisUsingTownyHUD(org.bukkit.entity.Player player) voidvoidonPlayerQuit(org.bukkit.event.player.PlayerQuitEvent event) voidstatic voidstatic voidremoveMapHUDUser(org.bukkit.entity.Player player) Deprecated.since 0.102.0.8static voidremovePermHUDUser(org.bukkit.entity.Player player) Deprecated.since 0.102.0.8static voidtoggleAllOff(org.bukkit.entity.Player p) static voidstatic voidtoggleMapHud(org.bukkit.entity.Player player) Called from the /towny map hud command.static voidtogglePermHUD(org.bukkit.entity.Player p) Called from the /plot perm hud command.
-
Constructor Details
-
HUDManager
-
-
Method Details
-
getHUD
-
addHUD
-
removeHUD
-
toggleHUD
-
togglePermHUD
public static void togglePermHUD(org.bukkit.entity.Player p) Called from the /plot perm hud command.- Parameters:
p- Player who is toggling their perm hud.
-
toggleMapHud
public static void toggleMapHud(org.bukkit.entity.Player player) Called from the /towny map hud command.- Parameters:
player- Player who is toggling their map hud.
-
toggleAllOff
public static void toggleAllOff(org.bukkit.entity.Player p) -
onPlayerQuit
public void onPlayerQuit(org.bukkit.event.player.PlayerQuitEvent event) -
onPlayerMovePlotsEvent
-
onTownBlockSettingsChanged
-
check
-
isUsingTownyHUD
public static boolean isUsingTownyHUD(org.bukkit.entity.Player player) -
getPermHUDUsers
Deprecated.since 0.102.0.8- Returns:
- the list of perm hud users
-
getMapHUDUsers
Deprecated.since 0.102.0.8- Returns:
- the list of map hud users
-
removePermHUDUser
Deprecated.since 0.102.0.8 -
removeMapHUDUser
Deprecated.since 0.102.0.8 -
isPermHUDActive
public static boolean isPermHUDActive(org.bukkit.entity.Player player) Deprecated.since 0.102.0.8 -
isMapHudActive
public static boolean isMapHudActive(org.bukkit.entity.Player player) Deprecated.since 0.102.0.8
-