Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addToRecord(PortalType, UUID) - Method in class org.mvplugins.multiverse.netherportals.utils.MVEventRecord
-
Adds the given Player UUID to the specified PortalType's event record.
- addWorldLink(String, String, WorldLinkType) - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Adds or replaces a world link in memory.
- addWorldLink(String, String, PortalType) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addWorldLink(MultiverseWorld, MultiverseWorld, WorldLinkType) - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Adds or replaces a world link in memory.
B
- bidirectional - Variable in class org.mvplugins.multiverse.netherportals.command.flags.BidirectionalFlag
- BidirectionalFlag - Class in org.mvplugins.multiverse.netherportals.command.flags
- bindPluginClass(ScopedBindingBuilder<MultiverseNetherPortals>) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortalsPluginBinder
- bundle(String, MessageReplacement...) - Method in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
-
Creates a message with a non-localized fallback and replacements.
C
- CONFIG_FILENAME - Static variable in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
- createEndPlatform(World, boolean) - Method in class org.mvplugins.multiverse.netherportals.utils.EndPlatformCreator
-
Creates an end platform at the specified
Block - CustomPortalsHandleCheck - Interface in org.mvplugins.multiverse.netherportals.utils.customportals
-
Checker callback for your plugin to determine if the given location is a portal handled by your plugin.
- CustomPortalsHandler - Class in org.mvplugins.multiverse.netherportals.utils.customportals
-
A handler for managing custom portal conflicting with Multiverse-NetherPortals.
E
- END - Enum constant in enum class org.mvplugins.multiverse.netherportals.links.WorldLinkType
- EndPlatformCreator - Class in org.mvplugins.multiverse.netherportals.utils
- EndPlatformCreator() - Constructor for class org.mvplugins.multiverse.netherportals.utils.EndPlatformCreator
F
- findNewTeleportLocation(Location, String, Entity) - Method in class org.mvplugins.multiverse.netherportals.utils.MVLinkChecker
- fromPortalType(PortalType) - Static method in enum class org.mvplugins.multiverse.netherportals.links.WorldLinkType
-
Gets the world link type represented by a Bukkit portal type.
G
- get() - Static method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortalsApi
-
Gets the Multiverse-NetherPortals API.
- getAutoLink(String, PortalType) - Method in class org.mvplugins.multiverse.netherportals.utils.MVLinkChecker
-
Gets the auto-link for a given world and portal type.
- getConfigKey() - Method in enum class org.mvplugins.multiverse.netherportals.links.WorldLinkType
-
Gets the key used for this link type in links.yml.
- getCustomPortalsHandler() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortalsApi
-
Gets the CustomPortalsHandler instance.
- getDebugInfo() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Debug info no longer required as dumps command directly uploads all config files.
- getEndName(String) - Method in class org.mvplugins.multiverse.netherportals.utils.MVNameChecker
-
Takes a given normal name and adds the end prefix and suffix onto it!
- getEndPrefix() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Gets the prefix used to identify End worlds.
- getEndPrefix() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.getEndPrefix()instead. - getEndSuffix() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Gets the suffix used to identify End worlds.
- getEndSuffix() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.getEndSuffix()instead. - getEndWorldLinks() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
LinksManager.getLinksMapForType(WorldLinkType)instead. - getFrom() - Method in class org.mvplugins.multiverse.netherportals.links.WorldLink
-
Gets the source world name.
- getLinksManager() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortalsApi
-
Gets the LinksManager instance.
- getLinksMapForType(WorldLinkType) - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Gets all source-to-destination mappings for a link type.
- getLinkTo(WorldLinkType) - Method in class org.mvplugins.multiverse.netherportals.links.WorldLink
-
Gets the destination for a link type.
- getLocalizableMessage() - Method in enum class org.mvplugins.multiverse.netherportals.links.WorldLinkType
-
Gets the localized display name for this link type.
- getLogger() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
- getMessageKey() - Method in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- getNetherName(String) - Method in class org.mvplugins.multiverse.netherportals.utils.MVNameChecker
-
Takes a given normal name and adds the nether prefix and suffix onto it!
- getNetherPortalsConfig() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortalsApi
-
Gets the NetherPortalsConfig instance.
- getNetherPrefix() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Gets the prefix used to identify Nether worlds.
- getNetherPrefix() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.getNetherPrefix()instead. - getNetherSuffix() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Gets the suffix used to identify Nether worlds.
- getNetherSuffix() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.getNetherSuffix()instead. - getNormalName(String, PortalType) - Method in class org.mvplugins.multiverse.netherportals.utils.MVNameChecker
-
Takes a given normal name chops the suffix and prefix off!
- getRawConfig() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Gets the raw configuration while legacy links are being migrated.
- getServiceLocator() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortalsApi
-
Gets the Multiverse-NetherPortals PluginServiceLocator.
- getStringPropertyHandle() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Gets the string property handle for configuration commands.
- getTargetCoreVersion() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
- getVanillaLocation(Entity, World) - Method in class org.mvplugins.multiverse.netherportals.utils.EndPlatformCreator
-
The default vanilla location for the end platform
- getVanillaLocation(Entity, LoadedMultiverseWorld) - Method in class org.mvplugins.multiverse.netherportals.utils.EndPlatformCreator
-
The default vanilla location for the end platform
- getWorldLink(String) - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Gets the complete link configuration for a source world.
- getWorldLink(String, WorldLinkType) - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Gets a destination for a source world and link type.
- getWorldLink(String, PortalType) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
LinksManager.getWorldLink(String, WorldLinkType)instead. - getWorldLinks() - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Gets all configured world links.
- getWorldLinks() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
LinksManager.getLinksMapForType(WorldLinkType)instead.
H
- hasLinks() - Method in class org.mvplugins.multiverse.netherportals.links.WorldLink
-
Checks whether this world has any configured destinations.
I
- isEndPlatformDropBlocks() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Checks whether replaced End platform blocks drop as items.
- isEndPlatformDropBlocks() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.isEndPlatformDropBlocks()instead. - isHandledByCustomPortals(Entity, Location) - Method in class org.mvplugins.multiverse.netherportals.utils.customportals.CustomPortalsHandler
-
Checks if a portal at the given location is handled by any of the registered custom portal handlers.
- isHandledByNetherPortals(Location) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isHandledByThisPlugin(Entity, Location) - Method in interface org.mvplugins.multiverse.netherportals.utils.customportals.CustomPortalsHandleCheck
-
Checks if the given portal location is handled by this plugin.
- isInRecord(PortalType, UUID) - Method in class org.mvplugins.multiverse.netherportals.utils.MVEventRecord
-
Checks whether the given Player UUID is present in the specified PortalType's event record.
- isLoaded() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Checks whether config.yml has been loaded.
- isLoaded() - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Checks whether links.yml has been loaded.
- isLoaded() - Static method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortalsApi
-
Checks whether the Multiverse-NetherPortals API has been initialized.
- isSendingDisabledPortalMessage() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Checks whether players are notified about disabled portals.
- isSendingDisabledPortalMessage() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.isSendingDisabledPortalMessage()instead. - isSendingNoDestinationMessage() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Checks whether players are notified when portals have no destination.
- isSendingNoDestinationMessage() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.isSendingNoDestinationMessage()instead. - isTeleportingEntities() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Checks whether non-player entities can use portals.
- isTeleportingEntities() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.isTeleportingEntities()instead. - isUsingBounceBack() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Checks whether unavailable portals bounce players back.
- isUsingBounceBack() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.isUsingBounceBack()instead. - isValidEndName(String) - Method in class org.mvplugins.multiverse.netherportals.utils.MVNameChecker
-
Returns true if the world meets the naming criteria for an end world.
- isValidNetherName(String) - Method in class org.mvplugins.multiverse.netherportals.utils.MVNameChecker
-
Returns true if the world meets the naming criteria for a nether world.
L
- LINK_DESCRIPTION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LINK_DISABLED - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LINK_FAILED - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LINK_FROMWORLD_DESCRIPTION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LINK_SUCCESS - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LINK_TOWORLD_DESCRIPTION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LINK_TYPE_DESCRIPTION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LINKS_FILENAME - Static variable in class org.mvplugins.multiverse.netherportals.links.LinksManager
- LinksManager - Class in org.mvplugins.multiverse.netherportals.links
-
Manages the links.yml file.
- LIST_DESCRIPTION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LIST_HEADER - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LIST_HEADER_ALL - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LIST_NOCONTENT - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LIST_NOCONTENT_ALL - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- LIST_TYPE_DESCRIPTION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- load() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Loads and migrates config.yml.
- load() - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Loads links.yml and imports any legacy links from config.yml.
- loadConfig() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.load()instead.
M
- MultiverseNetherPortals - Class in org.mvplugins.multiverse.netherportals
- MultiverseNetherPortals() - Constructor for class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
- MultiverseNetherPortalsApi - Class in org.mvplugins.multiverse.netherportals
-
Provides access to the Multiverse-NetherPortals API.
- MultiverseNetherPortalsPluginBinder - Class in org.mvplugins.multiverse.netherportals
- MultiverseNetherPortalsPluginBinder(MultiverseNetherPortals) - Constructor for class org.mvplugins.multiverse.netherportals.MultiverseNetherPortalsPluginBinder
- MVEventRecord - Class in org.mvplugins.multiverse.netherportals.utils
- MVLinkChecker - Class in org.mvplugins.multiverse.netherportals.utils
- MVNameChecker - Class in org.mvplugins.multiverse.netherportals.utils
- MVNPCommandCompletions - Class in org.mvplugins.multiverse.netherportals.command
- MVNPi18n - Enum Class in org.mvplugins.multiverse.netherportals.locale
-
All translation keys for Multiverse-NetherPortals.
- MVNPListener - Interface in org.mvplugins.multiverse.netherportals.listeners
N
- NAME - Static variable in class org.mvplugins.multiverse.netherportals.command.flags.BidirectionalFlag
- NETHER - Enum constant in enum class org.mvplugins.multiverse.netherportals.links.WorldLinkType
- NetherPortalsCommand - Class in org.mvplugins.multiverse.netherportals.commands
-
Base class for all NetherPortals commands.
- NetherPortalsCommand() - Constructor for class org.mvplugins.multiverse.netherportals.commands.NetherPortalsCommand
- NetherPortalsConfig - Class in org.mvplugins.multiverse.netherportals.config
-
Provides typed access to the Multiverse-NetherPortals configuration.
O
- onDisable() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
- onEnable() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
- onLoad() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
- org.mvplugins.multiverse.netherportals - package org.mvplugins.multiverse.netherportals
- org.mvplugins.multiverse.netherportals.command - package org.mvplugins.multiverse.netherportals.command
- org.mvplugins.multiverse.netherportals.command.flags - package org.mvplugins.multiverse.netherportals.command.flags
- org.mvplugins.multiverse.netherportals.commands - package org.mvplugins.multiverse.netherportals.commands
- org.mvplugins.multiverse.netherportals.config - package org.mvplugins.multiverse.netherportals.config
- org.mvplugins.multiverse.netherportals.links - package org.mvplugins.multiverse.netherportals.links
- org.mvplugins.multiverse.netherportals.listeners - package org.mvplugins.multiverse.netherportals.listeners
- org.mvplugins.multiverse.netherportals.locale - package org.mvplugins.multiverse.netherportals.locale
-
Locale keys for Multiverse-NetherPortals.
- org.mvplugins.multiverse.netherportals.runnables - package org.mvplugins.multiverse.netherportals.runnables
- org.mvplugins.multiverse.netherportals.utils - package org.mvplugins.multiverse.netherportals.utils
- org.mvplugins.multiverse.netherportals.utils.customportals - package org.mvplugins.multiverse.netherportals.utils.customportals
P
- PlayerTouchingPortalTask - Class in org.mvplugins.multiverse.netherportals.runnables
- PlayerTouchingPortalTask(MVEventRecord, PortalType, UUID) - Constructor for class org.mvplugins.multiverse.netherportals.runnables.PlayerTouchingPortalTask
- PORTAL_AUTOLINKEDWORLD_NOTFOUND - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- PORTAL_DISABLED - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- PORTAL_NODESTINATION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
R
- registerHandleCheck(CustomPortalsHandleCheck) - Method in class org.mvplugins.multiverse.netherportals.utils.customportals.CustomPortalsHandler
-
Registers a custom portal handle check.
- removeFromRecord(PortalType, UUID) - Method in class org.mvplugins.multiverse.netherportals.utils.MVEventRecord
-
Removes the given Player UUID from the specified PortalType's event record if present.
- removeLinkTo(WorldLinkType) - Method in class org.mvplugins.multiverse.netherportals.links.WorldLink
-
Removes the destination for a link type.
- removeWorldLink(String, WorldLinkType) - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Removes a world link from memory.
- removeWorldLink(String, String, PortalType) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
LinksManager.removeWorldLink(String, WorldLinkType)instead. - removeWorldLink(MultiverseWorld, WorldLinkType) - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Removes a world link from memory.
- run() - Method in class org.mvplugins.multiverse.netherportals.runnables.PlayerTouchingPortalTask
S
- save() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Saves config.yml.
- save() - Method in class org.mvplugins.multiverse.netherportals.links.LinksManager
-
Saves all world links to links.yml.
- saveMVNPConfig() - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
LinksManager.save()andNetherPortalsConfig.save()instead. - setEndPlatformDropBlocks(boolean) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets whether replaced End platform blocks drop as items.
- setEndPlatformDropBlocks(boolean) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setEndPrefix(String) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets the prefix used to identify End worlds.
- setEndPrefix(String) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.setEndPrefix(String)instead. - setEndSuffix(String) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets the suffix used to identify End worlds.
- setEndSuffix(String) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.setEndSuffix(String)instead. - setHandleEndExitRespawn(boolean) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets whether Multiverse should override end portal exits and respawn players in the linked world's spawn.
- setLinkTo(WorldLinkType, String) - Method in class org.mvplugins.multiverse.netherportals.links.WorldLink
-
Sets the destination for a link type.
- setNetherPrefix(String) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets the prefix used to identify Nether worlds.
- setNetherPrefix(String) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.setNetherPrefix(String)instead. - setNetherSuffix(String) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets the suffix used to identify Nether worlds.
- setNetherSuffix(String) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.setNetherSuffix(String)instead. - setSendingDisabledPortalMessage(boolean) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets whether players are notified about disabled portals.
- setSendingDisabledPortalMessage(boolean) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setSendingNoDestinationMessage(boolean) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets whether players are notified when portals have no destination.
- setSendingNoDestinationMessage(boolean) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setTeleportingEntities(boolean) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets whether non-player entities can use portals.
- setTeleportingEntities(boolean) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.setTeleportingEntities(boolean)instead. - setUsingBounceBack(boolean) - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Sets whether unavailable portals bounce players back.
- setUsingBounceBack(boolean) - Method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NetherPortalsConfig.setUsingBounceBack(boolean)instead. - shouldHandleEndExitRespawn() - Method in class org.mvplugins.multiverse.netherportals.config.NetherPortalsConfig
-
Checks whether Multiverse should override end portal exits and respawn players in the linked world's spawn.
T
- toPortalType() - Method in enum class org.mvplugins.multiverse.netherportals.links.WorldLinkType
-
Gets the corresponding Bukkit portal type.
U
- UNLINK_BIDIRECTIONAL_MISMATCH - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- UNLINK_DESCRIPTION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- UNLINK_ENABLED - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- UNLINK_FAILED - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- UNLINK_FROMWORLD_DESCRIPTION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- UNLINK_NOTLINKED - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- UNLINK_SUCCESS - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- UNLINK_TYPE_DESCRIPTION - Enum constant in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
- unregisterHandleCheck(CustomPortalsHandleCheck) - Method in class org.mvplugins.multiverse.netherportals.utils.customportals.CustomPortalsHandler
-
Unregisters a custom portal handle check.
V
- valueOf(String) - Static method in enum class org.mvplugins.multiverse.netherportals.links.WorldLinkType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.mvplugins.multiverse.netherportals.links.WorldLinkType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mvplugins.multiverse.netherportals.locale.MVNPi18n
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- whenLoaded(Consumer<MultiverseNetherPortalsApi>) - Static method in class org.mvplugins.multiverse.netherportals.MultiverseNetherPortalsApi
-
Executes a callback once the Multiverse-NetherPortals API has been initialized.
- WorldLink - Class in org.mvplugins.multiverse.netherportals.links
-
Stores the Nether and End portal destinations configured for a world.
- WorldLink(String) - Constructor for class org.mvplugins.multiverse.netherportals.links.WorldLink
-
Creates an empty set of portal links for a world.
- WorldLinkType - Enum Class in org.mvplugins.multiverse.netherportals.links
-
The supported types of world portal links.
All Classes and Interfaces|All Packages|Constant Field Values
LinksManager.addWorldLink(String, String, WorldLinkType)instead.