Uses of Class
com.palmergames.bukkit.towny.Towny
Packages that use Towny
Package
Description
-
Uses of Towny in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny that return TownyMethods in com.palmergames.bukkit.towny with parameters of type TownyModifier and TypeMethodDescriptionstatic void
TownyUpdateChecker.checkForUpdates
(Towny towny) static void
TownyAsciiMap.generateAndSend
(Towny plugin, org.bukkit.entity.Player player, int lineHeight) static void
TownyEconomyHandler.initialize
(Towny plugin) static void
TownyTimerHandler.initialize
(Towny plugin) -
Uses of Towny in com.palmergames.bukkit.towny.command
Constructors in com.palmergames.bukkit.towny.command with parameters of type TownyModifierConstructorDescriptionInviteCommand
(Towny instance) NationCommand
(Towny instance) PlotCommand
(Towny instance) ResidentCommand
(Towny instance) TownCommand
(Towny instance) TownyAdminCommand
(Towny towny) TownyCommand
(Towny instance) TownyWorldCommand
(Towny instance) -
Uses of Towny in com.palmergames.bukkit.towny.command.commandobjects
Constructors in com.palmergames.bukkit.towny.command.commandobjects with parameters of type TownyModifierConstructorDescriptionAcceptCommand
(Towny plugin, String name) CancelCommand
(Towny plugin, String name) ConfirmCommand
(Towny plugin, String name) DenyCommand
(Towny plugin, String name) -
Uses of Towny in com.palmergames.bukkit.towny.db
Fields in com.palmergames.bukkit.towny.db declared as TownyConstructors in com.palmergames.bukkit.towny.db with parameters of type TownyModifierConstructorDescriptionprotected
TownyDatabaseHandler
(Towny plugin, TownyUniverse universe) TownyFlatFileSource
(Towny plugin, TownyUniverse universe) TownySQLSource
(Towny plugin, TownyUniverse universe) -
Uses of Towny in com.palmergames.bukkit.towny.hooks
Methods in com.palmergames.bukkit.towny.hooks with parameters of type TownyModifier and TypeMethodDescriptionvoid
PluginIntegrations.checkForPlugins
(Towny towny) Find permission, economy and addon plugins, plugins which require warnings, print out information to the log.PluginIntegrations.registerPermissionsProviders
(Towny towny) Constructors in com.palmergames.bukkit.towny.hooks with parameters of type TownyModifierConstructorDescriptionLuckPermsContexts
(@NotNull Towny plugin) TownyPlaceholderExpansion
(Towny plugin) Since we register the expansion inside our own plugin, we can simply use this method here to get an instance of our plugin. -
Uses of Towny in com.palmergames.bukkit.towny.huds
Constructors in com.palmergames.bukkit.towny.huds with parameters of type Towny -
Uses of Towny in com.palmergames.bukkit.towny.invites
Methods in com.palmergames.bukkit.towny.invites with parameters of type Towny -
Uses of Towny in com.palmergames.bukkit.towny.listeners
Constructors in com.palmergames.bukkit.towny.listeners with parameters of type TownyModifierConstructorDescriptionTownyBlockListener
(Towny instance) TownyCustomListener
(Towny instance) TownyEntityListener
(Towny instance) TownyEntityMonitorListener
(Towny instance) TownyInventoryListener
(Towny plugin) TownyPaperEvents
(Towny plugin) TownyPlayerListener
(Towny plugin) TownyServerListener
(Towny instance) TownyVehicleListener
(Towny instance) TownyWorldListener
(Towny instance) -
Uses of Towny in com.palmergames.bukkit.towny.permissions
Fields in com.palmergames.bukkit.towny.permissions declared as TownyMethods in com.palmergames.bukkit.towny.permissions with parameters of type TownyConstructors in com.palmergames.bukkit.towny.permissions with parameters of type TownyModifierConstructorDescriptionBukkitPermSource
(Towny towny) GroupManagerSource
(Towny towny, org.bukkit.plugin.Plugin test) NullPermSource
(Towny towny) VaultPermSource
(Towny plugin, net.milkbowl.vault.chat.Chat chat) -
Uses of Towny in com.palmergames.bukkit.towny.tasks
Fields in com.palmergames.bukkit.towny.tasks declared as TownyMethods in com.palmergames.bukkit.towny.tasks with parameters of type TownyModifier and TypeMethodDescriptionstatic void
MobRemovalTimerTask.checkEntity
(@NotNull Towny plugin, @NotNull TownyWorld townyWorld, @NotNull org.bukkit.entity.Entity ent) Checks and removes entities if necessary.Constructors in com.palmergames.bukkit.towny.tasks with parameters of type TownyModifierConstructorDescriptionCooldownTimerTask
(Towny plugin) DailyTimerTask
(Towny plugin) DrawSmokeTask
(Towny plugin) DrawSpawnPointsTask
(Towny plugin) HealthRegenTimerTask
(Towny plugin, org.bukkit.Server server) HourlyTimerTask
(Towny plugin) MobRemovalTimerTask
(Towny plugin) NewDayScheduler
(Towny plugin) OnPlayerLogin
(Towny plugin, org.bukkit.entity.Player player) ConstructorPlotClaim
(Towny plugin, org.bukkit.entity.Player player, Resident resident, List<WorldCoord> selection, boolean claim, boolean admin, boolean groupClaim) ProtectionRegenTask
(Towny plugin, org.bukkit.block.Block block) RepeatingTimerTask
(Towny plugin) ShortTimerTask
(Towny plugin) TeleportWarmupTimerTask
(Towny plugin) TownClaim
(Towny plugin, org.bukkit.entity.Player player, Town town, List<WorldCoord> selection, boolean isOutpost, boolean claim, boolean forced) TownClaim
(Towny plugin, org.bukkit.entity.Player player, Town town, List<WorldCoord> selection, boolean isOutpost, boolean claim, boolean forced, boolean isOverClaim) TownyTimerTask
(Towny plugin) UpdateCheckerTask
(Towny towny) -
Uses of Towny in com.palmergames.bukkit.towny.utils
Methods in com.palmergames.bukkit.towny.utils with parameters of type TownyModifier and TypeMethodDescriptionstatic void
PlayerCacheUtil.initialize
(Towny plugin) static void
SpawnUtil.initialize
(Towny plugin) -
Uses of Towny in com.palmergames.bukkit.util
Methods in com.palmergames.bukkit.util with parameters of type Towny