Uses of Class
com.palmergames.bukkit.towny.object.Government
Packages that use Government
Package
Description
-
Uses of Government in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny with parameters of type GovernmentModifier and TypeMethodDescriptionstatic void
TownyEconomyHandler.rename
(Government gov, String newName) -
Uses of Government in com.palmergames.bukkit.towny.command
Method parameters in com.palmergames.bukkit.towny.command with type arguments of type Government -
Uses of Government in com.palmergames.bukkit.towny.event
Methods in com.palmergames.bukkit.towny.event that return GovernmentConstructors in com.palmergames.bukkit.towny.event with parameters of type Government -
Uses of Government in com.palmergames.bukkit.towny.object
Subclasses of Government in com.palmergames.bukkit.towny.object -
Uses of Government in com.palmergames.bukkit.towny.object.comparators
Fields in com.palmergames.bukkit.towny.object.comparators with type parameters of type GovernmentModifier and TypeFieldDescriptionstatic final Comparator
<Government> GovernmentComparators.BY_BANK_BALANCE
static final Comparator
<Government> GovernmentComparators.BY_FOUNDED
static final Comparator
<Government> GovernmentComparators.BY_NAME
static final Comparator
<Government> GovernmentComparators.BY_NUM_ONLINE
static final Comparator
<Government> GovernmentComparators.BY_NUM_RESIDENTS
static final Comparator
<Government> GovernmentComparators.BY_OPEN
static final Comparator
<Government> GovernmentComparators.BY_PUBLIC
static final Comparator
<Government> GovernmentComparators.BY_TOWNBLOCKS_CLAIMED
static final Comparator
<Government> GovernmentComparators.BY_UPKEEP
Methods in com.palmergames.bukkit.towny.object.comparators that return types with arguments of type GovernmentModifier and TypeMethodDescriptionComparator
<? extends Government> ComparatorType.getComparator()
-
Uses of Government in com.palmergames.bukkit.towny.object.economy
Constructors in com.palmergames.bukkit.towny.object.economy with parameters of type GovernmentModifierConstructorDescriptionBankAccount
(String name, Government government) Constructor for aGovernment
BankAccount. -
Uses of Government in com.palmergames.bukkit.util
Methods in com.palmergames.bukkit.util with parameters of type GovernmentModifier and TypeMethodDescriptionstatic String
NameValidation.checkAndFilterGovernmentNameOrThrow
(String name, Government gov) Check and perform regex on any town and nations names