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 StatusScreenGets the status screen of a Nation.static StatusScreenGets the status screen of a Residentstatic StatusScreenGets the status screen of a TownBlockstatic StatusScreenGets the status screen of a Town.static StatusScreenTownyFormatter.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 voidTownyMessaging.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 voidNationUtil.addNationComponenents(Town town, StatusScreen screen, Translator translator) static voidMoneyUtil.addNationMoneyComponentsToScreen(Nation nation, Translator translator, StatusScreen screen) Populates the StatusScreen with the various bank and money components.static voidOutpostUtil.addOutpostComponent(Town town, StatusScreen screen, Translator translator) static voidTownRuinUtil.addRuinedComponents(Town town, StatusScreen screen, Translator translator) static voidMoneyUtil.addTownMoneyComponents(Town town, Translator translator, StatusScreen screen) Populates the StatusScreen with the various bank and money components.