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 TypeMethodDescriptionvoid
EmptyTownException.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 TypeMethodDescriptionvoid
Nation.forceSetCapital
(Town capital) Only to be called from the loading methods.protected void
Nation.removeTown
(Town town) Should only be called by Town.removeNation(); Removes town fromNation.towns
list and will choose a new Capital if necessary.