Uses of Class
com.palmergames.bukkit.towny.object.statusscreens.StatusScreen
Package
Description
-
Uses of StatusScreen in com.palmergames.bukkit.towny
Modifier 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.Modifier and TypeMethodDescriptionstatic void
TownyMessaging.sendStatusScreen
(org.bukkit.command.CommandSender sender, StatusScreen screen) -
Uses of StatusScreen in com.palmergames.bukkit.towny.event.statusscreen
ModifierConstructorDescriptionNationStatusScreenEvent
(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
Modifier 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.