Uses of Class
com.palmergames.bukkit.towny.exceptions.NotRegisteredException
Packages that use NotRegisteredException
Package
Description
-
Uses of NotRegisteredException in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny that throw NotRegisteredExceptionModifier and TypeMethodDescriptionorg.bukkit.WorldTowny.getServerWorld(String name) Deprecated.since 0.100.2.13, unused by Towny for many years.TownyUniverse.getTownBlock(WorldCoord worldCoord) How to get a TownBlock for now.voidTownyUniverse.unregisterNation(@NotNull Nation nation) Used to unregister a nation from the TownyUniverse internal maps.voidTownyUniverse.unregisterResident(@NotNull Resident resident) Unregister a resident from the internal structures.voidTownyUniverse.unregisterTown(@NotNull Town town) Used to unregister a town from the TownyUniverse internal maps. -
Uses of NotRegisteredException in com.palmergames.bukkit.towny.db
Methods in com.palmergames.bukkit.towny.db that throw NotRegisteredExceptionModifier and TypeMethodDescriptionvoidvoidabstract voidabstract void@NotNull ResidentTownyDatabaseHandler.newResident(String name) @NotNull ResidentTownyDatabaseHandler.newResident(String name, UUID uuid) abstract @NotNull ResidentTownyDataSource.newResident(String name) abstract @NotNull ResidentTownyDataSource.newResident(String name, UUID uuid) voidTownyDatabaseHandler.renameNation(Nation nation, String newName) abstract voidTownyDataSource.renameNation(Nation nation, String newName) voidTownyDatabaseHandler.renamePlayer(Resident resident, String newName) abstract voidTownyDataSource.renamePlayer(Resident resident, String newName) voidTownyDatabaseHandler.renameTown(Town town, String newName) abstract voidTownyDataSource.renameTown(Town town, String newName) -
Uses of NotRegisteredException in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object that throw NotRegisteredExceptionModifier and TypeMethodDescriptionTown.getNation()TownBlock.getResident()Resident.getTown()TownBlock.getTown()TownyWorld.getTownBlock(int x, int z) TownyWorld.getTownBlock(Coord coord) WorldCoord.getTownBlock()Shortcut for TownyUniverse.getInstance().getTownBlock(WorldCoord).voidTownyWorld.removeTown(Town town) voidTownBlockOwner.removeTownBlock(TownBlock townBlock) Removes townblock from the list of existing townblocks.