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 voidTownyEconomyHandler.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_BALANCEstatic final Comparator<Government> GovernmentComparators.BY_FOUNDEDstatic final Comparator<Government> GovernmentComparators.BY_NAMEstatic final Comparator<Government> GovernmentComparators.BY_NUM_ONLINEstatic final Comparator<Government> GovernmentComparators.BY_NUM_RESIDENTSstatic final Comparator<Government> GovernmentComparators.BY_OPENstatic final Comparator<Government> GovernmentComparators.BY_PUBLICstatic final Comparator<Government> GovernmentComparators.BY_TOWNBLOCKS_CLAIMEDstatic final Comparator<Government> GovernmentComparators.BY_UPKEEPMethods in com.palmergames.bukkit.towny.object.comparators that return types with arguments of type GovernmentModifier and TypeMethodDescriptionComparator<? extends Government> ComparatorType.getComparator()Predicate<? extends Government> ComparatorType.getPredicate() -
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 aGovernmentBankAccount. -
Uses of Government in com.palmergames.bukkit.util
Methods in com.palmergames.bukkit.util with parameters of type GovernmentModifier and TypeMethodDescriptionstatic StringNameValidation.checkAndFilterGovernmentNameOrThrow(String name, Government gov) Check and perform regex on any town and nations names