Uses of Class
com.palmergames.bukkit.towny.Towny
Package
Description
-
Uses of Towny in com.palmergames.bukkit.towny
Modifier 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
ModifierConstructorDescriptionInviteCommand
(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
ModifierConstructorDescriptionAcceptCommand
(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
ModifierConstructorDescriptionprotected
TownyDatabaseHandler
(Towny plugin, TownyUniverse universe) TownyFlatFileSource
(Towny plugin, TownyUniverse universe) TownySQLSource
(Towny plugin, TownyUniverse universe) -
Uses of Towny in com.palmergames.bukkit.towny.hooks
Modifier 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) ModifierConstructorDescriptionLuckPermsContexts
(@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
-
Uses of Towny in com.palmergames.bukkit.towny.invites
-
Uses of Towny in com.palmergames.bukkit.towny.listeners
ModifierConstructorDescriptionTownyBlockListener
(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
ModifierConstructorDescriptionBukkitPermSource
(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
Modifier and TypeMethodDescriptionstatic void
MobRemovalTimerTask.checkEntity
(@NotNull Towny plugin, @NotNull TownyWorld townyWorld, @NotNull org.bukkit.entity.Entity ent) Checks and removes entities if necessary.ModifierConstructorDescriptionCooldownTimerTask
(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
Modifier and TypeMethodDescriptionstatic void
PlayerCacheUtil.initialize
(Towny plugin) static void
SpawnUtil.initialize
(Towny plugin) -
Uses of Towny in com.palmergames.bukkit.util