Uses of Class
com.palmergames.bukkit.towny.object.statusscreens.StatusScreen
Packages that use StatusScreen
Package
Description
-
Uses of StatusScreen in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny that return StatusScreenModifier and TypeMethodDescriptionstatic StatusScreen
Gets the status screen of a Nation.static StatusScreen
Gets the status screen of a Residentstatic StatusScreen
Gets the status screen of a TownBlockstatic StatusScreen
Gets the status screen of a Town.static StatusScreen
TownyFormatter.getStatus
(TownyWorld world, org.bukkit.command.CommandSender sender) Gets the status screen for a World.Methods in com.palmergames.bukkit.towny with parameters of type StatusScreenModifier and TypeMethodDescriptionstatic void
TownyMessaging.sendStatusScreen
(org.bukkit.command.CommandSender sender, StatusScreen screen) -
Uses of StatusScreen in com.palmergames.bukkit.towny.event.statusscreen
Methods in com.palmergames.bukkit.towny.event.statusscreen that return StatusScreenConstructors in com.palmergames.bukkit.towny.event.statusscreen with parameters of type StatusScreenModifierConstructorDescriptionNationStatusScreenEvent
(StatusScreen screen, Nation nation) ResidentStatusScreenEvent
(StatusScreen screen, Resident resident) StatusScreenEvent
(StatusScreen screen) TownBlockStatusScreenEvent
(StatusScreen screen, TownBlock townBlock) TownStatusScreenEvent
(StatusScreen screen, Town town) -
Uses of StatusScreen in com.palmergames.bukkit.towny.utils
Methods in com.palmergames.bukkit.towny.utils with parameters of type StatusScreenModifier and TypeMethodDescriptionstatic void
NationUtil.addNationComponenents
(Town town, StatusScreen screen, Translator translator) static void
MoneyUtil.addNationMoneyComponentsToScreen
(Nation nation, Translator translator, StatusScreen screen) Populates the StatusScreen with the various bank and money components.static void
OutpostUtil.addOutpostComponent
(Town town, StatusScreen screen, Translator translator) static void
TownRuinUtil.addRuinedComponents
(Town town, StatusScreen screen, Translator translator) static void
MoneyUtil.addTownMoneyComponents
(Town town, Translator translator, StatusScreen screen) Populates the StatusScreen with the various bank and money components.