Uses of Class
com.palmergames.bukkit.towny.exceptions.EmptyNationException
Packages that use EmptyNationException
-
Uses of EmptyNationException in com.palmergames.bukkit.towny.exceptions
Methods in com.palmergames.bukkit.towny.exceptions that return EmptyNationExceptionMethods in com.palmergames.bukkit.towny.exceptions with parameters of type EmptyNationExceptionModifier and TypeMethodDescriptionvoidEmptyTownException.setEmptyNationException(EmptyNationException emptyNationException) Constructors in com.palmergames.bukkit.towny.exceptions with parameters of type EmptyNationExceptionModifierConstructorDescriptionEmptyTownException(Town town, EmptyNationException emptyNationException) -
Uses of EmptyNationException in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object that throw EmptyNationExceptionModifier and TypeMethodDescriptionvoidNation.forceSetCapital(Town capital) Only to be called from the loading methods.protected voidNation.removeTown(Town town) Should only be called by Town.removeNation(); Removes town fromNation.townslist and will choose a new Capital if necessary.