Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- actionDescription(Entity) - Method in class org.mvplugins.multiverse.portals.action.ActionHandler
-
Get a description of the action for display purposes.
- ActionFailureReason - Interface in org.mvplugins.multiverse.portals.action
-
Parent class for all reasons for a failure when trying to parse an action handler.
- ActionHandler<T,
H> - Class in org.mvplugins.multiverse.portals.action -
Represents an action handler that performs a specific action when an entity uses a portal.
- ActionHandler(T) - Constructor for class org.mvplugins.multiverse.portals.action.ActionHandler
-
Create a new action handler.
- ActionHandlerProvider - Class in org.mvplugins.multiverse.portals.action
-
Provides various actions that can be performed when a portal is used.
- ActionHandlerProvider() - Constructor for class org.mvplugins.multiverse.portals.action.ActionHandlerProvider
- ActionHandlerType<T,
H> - Class in org.mvplugins.multiverse.portals.action -
The action handler.
- ActionHandlerType(String) - Constructor for class org.mvplugins.multiverse.portals.action.ActionHandlerType
-
Create a new action handler type.
- addPortal(MultiverseWorld, String, String, PortalLocation) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
- addPortal(MVPortal) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
B
- bindPluginClass(ScopedBindingBuilder<MultiversePortals>) - Method in class org.mvplugins.multiverse.portals.MultiversePortalsPluginBinder
- bucketFilling - Static variable in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.
C
- checkAndSendCooldownMessage() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
-
Checks if the teleport cooldown is still in effect.
- checkTeleportSafety() - Method in class org.mvplugins.multiverse.portals.destination.PortalDestinationInstance
- checkTeleportSafety() - Method in class org.mvplugins.multiverse.portals.destination.RandomPortalDestinationInstance
- clearonremove - Enum constant in enum class org.mvplugins.multiverse.portals.enums.PortalConfigProperty
-
Deprecated.
- ClearOnRemove - Static variable in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getClearOnRemove()instead - CONFIG_FILENAME - Static variable in class org.mvplugins.multiverse.portals.config.PortalsConfig
- containsVector(Location) - Method in class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- curr - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
- currency - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
D
- dest - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
- destination - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
- destroyPortalSession(Player) - Method in class org.mvplugins.multiverse.portals.MultiversePortals
-
Removes a
PortalPlayerSessioninstance for a player. - DisplayUtils - Class in org.mvplugins.multiverse.portals.utils
- doTeleportPlayer(MoveType) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- dynamicListenerRegistrationProvider - Variable in class org.mvplugins.multiverse.portals.MultiversePortals
E
- enforceportalaccess - Enum constant in enum class org.mvplugins.multiverse.portals.enums.PortalConfigProperty
-
Deprecated.
- EnforcePortalAccess - Static variable in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getPortalsDefaultToNether()instead
F
- fillRegion(MultiverseRegion, Location, Material) - Method in class org.mvplugins.multiverse.portals.utils.PortalFiller
- fillRegion(MultiverseRegion, Location, Material, Player) - Method in class org.mvplugins.multiverse.portals.utils.PortalFiller
- formatActionAsMVDestination(MVPortal) - Method in class org.mvplugins.multiverse.portals.utils.DisplayUtils
- FrameMaterials - Static variable in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getFrameMaterials()instead
G
- get() - Static method in class org.mvplugins.multiverse.portals.MultiversePortalsApi
-
Gets the MultiversePortalsApi.
- getAction() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getActionHandler() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getActionHandler(CommandSender) - Method in class org.mvplugins.multiverse.portals.MVPortal
- getActionType() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getAllHandlerTypeNames() - Method in class org.mvplugins.multiverse.portals.action.ActionHandlerProvider
-
Get all registered handler types names.
- getAllPortals() - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
- getAllValues() - Static method in enum class org.mvplugins.multiverse.portals.enums.PortalConfigProperty
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getStringPropertyHandle()andStringPropertyHandle.getAllPropertyNames()instead. - getArea() - Method in class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- getBucketFilling() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getCheckDestinationSafety() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getClearOnRemove() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getConfig() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Only here to allow for backwards compatibility with old methods in
MultiversePortalsclass. - getCooldownTime() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getPortalCooldown()instead - getCurrency() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getDepth() - Method in class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- getDestination() - Method in class org.mvplugins.multiverse.portals.event.MVPortalEvent
-
Deprecated, for removal: This API element is subject to removal in a future version.Portals can have different types of actions, not just destinations. See
ActionHandlerProvider - getDestination() - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Deprecated, for removal: This API element is subject to removal in a future version.Portals now have new types of action. Hence, the portal's destination (now called action) may not always be a multiverse destination. For example, it can be a command or server name as well. Please see
MVPortal.getActionHandler()instead. - getDestinationInstance(String) - Method in class org.mvplugins.multiverse.portals.destination.PortalDestination
- getDestinationInstance(String) - Method in class org.mvplugins.multiverse.portals.destination.RandomPortalDestination
- getDirection() - Method in class org.mvplugins.multiverse.portals.destination.PortalDestinationInstance
- getEnforcePortalAccess() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getExempt() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getFillMaterial() - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Gets the Material that fills this portal.
- getFillPermission() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getFinerPermissionSuffix() - Method in class org.mvplugins.multiverse.portals.destination.PortalDestinationInstance
- getFinerPermissionSuffix() - Method in class org.mvplugins.multiverse.portals.destination.RandomPortalDestinationInstance
- getFrameMaterials() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getFrom() - Method in class org.mvplugins.multiverse.portals.event.MVPortalEvent
-
Returns the location the player was before the teleport.
- getHandlerList() - Static method in class org.mvplugins.multiverse.portals.event.MVPortalEvent
-
Gets the handler list.
- getHandlers() - Method in class org.mvplugins.multiverse.portals.event.MVPortalEvent
- getHandlerScript() - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Deprecated, for removal: This API element is subject to removal in a future version.Busscript feature has been removed.
- getHandlerType() - Method in class org.mvplugins.multiverse.portals.action.ActionHandler
-
Get the type of this action handler.
- getHandlerType(String) - Method in class org.mvplugins.multiverse.portals.action.ActionHandlerProvider
-
Get the handler type by name.
- getHeight() - Method in class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- getIdentifier() - Method in class org.mvplugins.multiverse.portals.destination.PortalDestination
- getIdentifier() - Method in class org.mvplugins.multiverse.portals.destination.RandomPortalDestination
- getLocation() - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MVPortal.getPortalLocation()instead. - getLocation() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- getLocation(Entity) - Method in class org.mvplugins.multiverse.portals.destination.PortalDestinationInstance
- getLocation(Entity) - Method in class org.mvplugins.multiverse.portals.destination.RandomPortalDestinationInstance
- getMainConfig() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfigmethods instead. Do not edit the config file object itself. - getMaximum() - Method in class org.mvplugins.multiverse.portals.PortalLocation
- getMaximumPoint() - Method in class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- getMessageKey() - Method in enum class org.mvplugins.multiverse.portals.destination.PortalDestination.InstanceFailureReason
- getMinimum() - Method in class org.mvplugins.multiverse.portals.PortalLocation
- getMinimumPoint() - Method in class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- getMVWorld() - Method in class org.mvplugins.multiverse.portals.PortalLocation
- getName() - Method in class org.mvplugins.multiverse.portals.action.ActionHandlerType
-
Get the name of the action handler type.
- getName() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getNetherAnimation() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getOwner() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getPermission() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getPortal(String) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
- getPortal(String, CommandSender) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
-
Gets a portal with a commandsender and a name.
- getPortal(Player, Location) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
-
Method that checks to see if a player is inside a portal that they have permission to use.
- getPortal(Player, Location, boolean) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
-
Method that checks to see if a player is inside a portal and optionally ensure they have permission to use.
- getPortal(Location) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
-
Return a portal at a location.
- getPortalCooldown() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getPortalFiller() - Method in class org.mvplugins.multiverse.portals.MultiversePortalsApi
-
Gets the instance of the PortalFiller.
- getPortalLocation() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getPortalManager() - Method in class org.mvplugins.multiverse.portals.MultiversePortalsApi
-
Gets the instance of the PortalManager.
- getPortals(CommandSender) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
- getPortals(CommandSender, MultiverseWorld) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
- getPortalsConfig() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
- getPortalsConfig() - Method in class org.mvplugins.multiverse.portals.MultiversePortalsApi
-
Gets the instance of the PortalsConfig.
- getPortalsDefaultToNether() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getPortalSession(Player) - Method in class org.mvplugins.multiverse.portals.MultiversePortals
-
Gets a PortalSession for a give player.
- getPortalType() - Method in class org.mvplugins.multiverse.portals.event.MVPortalEvent
-
Deprecated.Use
MVPortal.getPortalType()instead (i.e.getSendingPortal().getPortalType()). - getPortalType() - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Returns what type of portal this is.
- getPrice() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getRegion() - Method in class org.mvplugins.multiverse.portals.PortalLocation
- getSafePlayerSpawnLocation() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getSelectedPortal() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- getSelectedRegion() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- getSelectionMaxPoint(Player) - Method in class org.mvplugins.multiverse.portals.WorldEditConnection
- getSelectionMinPoint(Player) - Method in class org.mvplugins.multiverse.portals.WorldEditConnection
- getSendingPortal() - Method in class org.mvplugins.multiverse.portals.event.MVPortalEvent
-
Returns the Portal sending the player
- getServiceLocator() - Method in class org.mvplugins.multiverse.portals.MultiversePortalsApi
-
Gets the instance of Multiverse-Portals's PluginServiceLocator.
- getStandingInPortal() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
-
If a player teleports from A - B, this method will report A even if the player is in B.
- getStringPropertyHandle() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getStringPropertyHandle() - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Gets the string property handle
- getTargetCoreVersion() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
- getTeleportee() - Method in class org.mvplugins.multiverse.portals.event.MVPortalEvent
-
Returns the player who will be teleported by this event.
- getTeleportEntities() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getTeleportNonPlayers() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getTeleportVehicles() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getUncachedStandingInPortal() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
-
This will ALWAYS return the portal a player is actually in.
- getUseOnMove() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getVectors() - Method in class org.mvplugins.multiverse.portals.PortalLocation
- getVelocity(Entity) - Method in class org.mvplugins.multiverse.portals.destination.PortalDestinationInstance
- getVelocity(Entity) - Method in class org.mvplugins.multiverse.portals.destination.RandomPortalDestinationInstance
- getVersionInfo() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.This is a debug method that should not be exposed.
- getWandMaterial() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- getWandMaterial() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getWandMaterial()instead - getWidth() - Method in class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- getWorld() - Method in class org.mvplugins.multiverse.portals.MVPortal
- getWorld() - Method in class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- getWorldEditConnection() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
-
Returns the WorldEdit compatibility object.
H
- handlerscript - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
- hasMovedOutOfPortal() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
I
- INSTANCE - Static variable in interface org.mvplugins.multiverse.portals.action.ActionFailureReason
- INVALID_FORMAT - Enum constant in enum class org.mvplugins.multiverse.portals.destination.PortalDestination.InstanceFailureReason
- isCancelled() - Method in class org.mvplugins.multiverse.portals.event.MVPortalEvent
- isConnected() - Method in class org.mvplugins.multiverse.portals.WorldEditConnection
-
Tests the connection to the WorldEdit plugin.
- isDebugModeOn() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- isExempt(Player) - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Deprecated, for removal: This API element is subject to removal in a future version.This feature has been removed.
- isFrameValid(Location) - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Determines whether a point within the portal has a valid frame around it.
- isLegacyPortal() - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Returns whether this portal is of the
PortalType.Legacytype. - isLoaded() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- isPortal(String) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
- isPortal(Player, Location) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
-
Deprecated.
- isPortal(Location) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
-
Simplified method for seeing if someone is in a portal.
- isPortalInterior(Material) - Static method in class org.mvplugins.multiverse.portals.MVPortal
- isSelectionAvailable(Player) - Method in class org.mvplugins.multiverse.portals.WorldEditConnection
- isStaleLocation() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- isValidLocation() - Method in class org.mvplugins.multiverse.portals.PortalLocation
- isWandEnabled() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
L
- Legacy - Enum constant in enum class org.mvplugins.multiverse.portals.enums.PortalType
- load() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- loadConfig() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.load()instead - loadMVPortalFromConfig(MultiversePortals, String) - Static method in class org.mvplugins.multiverse.portals.MVPortal
- loc - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
- location - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
M
- MoveType - Enum Class in org.mvplugins.multiverse.portals.enums
-
This is here until I decide what to do with the old Type enum that we were using.
- MultiversePortals - Class in org.mvplugins.multiverse.portals
- MultiversePortals() - Constructor for class org.mvplugins.multiverse.portals.MultiversePortals
- MultiversePortalsApi - Class in org.mvplugins.multiverse.portals
- MultiversePortalsPluginBinder - Class in org.mvplugins.multiverse.portals
- MultiversePortalsPluginBinder(MultiversePortals) - Constructor for class org.mvplugins.multiverse.portals.MultiversePortalsPluginBinder
- MultiverseRegion - Class in org.mvplugins.multiverse.portals.utils
-
This is a placeholder of good things to come...
- MultiverseRegion(Object, Object, LoadedMultiverseWorld) - Constructor for class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- MultiverseRegion(Location, Location, LoadedMultiverseWorld) - Constructor for class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- MultiverseRegion(Vector, Vector, LoadedMultiverseWorld) - Constructor for class org.mvplugins.multiverse.portals.utils.MultiverseRegion
- MVPEntityMoveListener - Class in org.mvplugins.multiverse.portals.listeners
- MVPEntityPortalListener - Class in org.mvplugins.multiverse.portals.listeners
- MVPortal - Class in org.mvplugins.multiverse.portals
- MVPortal(LoadedMultiverseWorld, MultiversePortals, String, String, String) - Constructor for class org.mvplugins.multiverse.portals.MVPortal
- MVPortal(MultiversePortals, String, String, PortalLocation) - Constructor for class org.mvplugins.multiverse.portals.MVPortal
- MVPortalEvent - Class in org.mvplugins.multiverse.portals.event
-
Multiverse 2
- MVPortalEvent(DestinationInstance<?, ?>, Player) - Constructor for class org.mvplugins.multiverse.portals.event.MVPortalEvent
- MVPortalEvent(DestinationInstance<?, ?>, Player, MVPortal) - Constructor for class org.mvplugins.multiverse.portals.event.MVPortalEvent
- MVPPlayerMoveListener - Class in org.mvplugins.multiverse.portals.listeners
- MVPVehicleListener - Class in org.mvplugins.multiverse.portals.listeners
N
- NetherAnimation - Static variable in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getNetherAnimation()instead - Normal - Enum constant in enum class org.mvplugins.multiverse.portals.enums.PortalType
O
- onDisable() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
- onEnable() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
- onLoad() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
- org.mvplugins.multiverse.portals - package org.mvplugins.multiverse.portals
- org.mvplugins.multiverse.portals.action - package org.mvplugins.multiverse.portals.action
- org.mvplugins.multiverse.portals.command - package org.mvplugins.multiverse.portals.command
- org.mvplugins.multiverse.portals.commands - package org.mvplugins.multiverse.portals.commands
- org.mvplugins.multiverse.portals.config - package org.mvplugins.multiverse.portals.config
- org.mvplugins.multiverse.portals.destination - package org.mvplugins.multiverse.portals.destination
- org.mvplugins.multiverse.portals.enums - package org.mvplugins.multiverse.portals.enums
- org.mvplugins.multiverse.portals.event - package org.mvplugins.multiverse.portals.event
- org.mvplugins.multiverse.portals.listeners - package org.mvplugins.multiverse.portals.listeners
- org.mvplugins.multiverse.portals.utils - package org.mvplugins.multiverse.portals.utils
- owner - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
P
- parseHandler(String, String) - Method in class org.mvplugins.multiverse.portals.action.ActionHandlerProvider
-
Parse the action handler from the given type and action string, using the console as the command sender.
- parseHandler(CommandSender, String) - Method in class org.mvplugins.multiverse.portals.action.ActionHandlerType
-
Parse the action string into an action handler.
- parseHandler(CommandSender, String, String) - Method in class org.mvplugins.multiverse.portals.action.ActionHandlerProvider
-
Parse the action handler from the given type and action string.
- parseLocation(String) - Static method in class org.mvplugins.multiverse.portals.PortalLocation
- parseLocation(String, LoadedMultiverseWorld, String) - Static method in class org.mvplugins.multiverse.portals.PortalLocation
- PLAYER_MOVE - Enum constant in enum class org.mvplugins.multiverse.portals.enums.MoveType
- playerCanEnterPortal(Player) - Method in class org.mvplugins.multiverse.portals.MVPortal
- playerCanFillPortal(Player) - Method in class org.mvplugins.multiverse.portals.MVPortal
- playerDidTeleport(Location) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
-
This method should be called every time a player teleports to a portal.
- PORTAL_NAME_PATTERN - Static variable in class org.mvplugins.multiverse.portals.MVPortal
- PORTAL_NOT_FOUND - Enum constant in enum class org.mvplugins.multiverse.portals.destination.PortalDestination.InstanceFailureReason
- PortalConfigProperty - Enum Class in org.mvplugins.multiverse.portals.enums
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getStringPropertyHandle()instead. - portalcooldown - Enum constant in enum class org.mvplugins.multiverse.portals.enums.PortalConfigProperty
-
Deprecated.
- PortalDestination - Class in org.mvplugins.multiverse.portals.destination
- PortalDestination.InstanceFailureReason - Enum Class in org.mvplugins.multiverse.portals.destination
- PortalDestinationInstance - Class in org.mvplugins.multiverse.portals.destination
- PortalDestinationInstance(PortalDestination, MVPortal, String, float) - Constructor for class org.mvplugins.multiverse.portals.destination.PortalDestinationInstance
- PortalFiller - Class in org.mvplugins.multiverse.portals.utils
- PortalLocation - Class in org.mvplugins.multiverse.portals
- PortalLocation() - Constructor for class org.mvplugins.multiverse.portals.PortalLocation
- PortalLocation(BlockVector3, BlockVector3, LoadedMultiverseWorld) - Constructor for class org.mvplugins.multiverse.portals.PortalLocation
-
This constructor takes the Vectors from WorldEdit and converts them to Bukkit vectors.
- PortalLocation(Vector, Vector, LoadedMultiverseWorld) - Constructor for class org.mvplugins.multiverse.portals.PortalLocation
- PortalManager - Class in org.mvplugins.multiverse.portals.utils
-
Manages all portals for all worlds.
- PortalPlayerSession - Class in org.mvplugins.multiverse.portals
- PortalPlayerSession(MultiversePortals, Player) - Constructor for class org.mvplugins.multiverse.portals.PortalPlayerSession
- PortalsCommand - Class in org.mvplugins.multiverse.portals.commands
-
Base class for all portal commands
- PortalsCommand() - Constructor for class org.mvplugins.multiverse.portals.commands.PortalsCommand
- PortalsCommandCompletions - Class in org.mvplugins.multiverse.portals.command
- PortalsCommandContexts - Class in org.mvplugins.multiverse.portals.command
- PortalsConfig - Class in org.mvplugins.multiverse.portals.config
- portalsdefaulttonether - Enum constant in enum class org.mvplugins.multiverse.portals.enums.PortalConfigProperty
-
Deprecated.
- PortalsListener - Interface in org.mvplugins.multiverse.portals.listeners
-
Base implementation for all portal listeners
- PortalType - Enum Class in org.mvplugins.multiverse.portals.enums
-
What type of portal was used? If Legacy, a MV1 style portal was used.
- price - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
R
- RandomPortalDestination - Class in org.mvplugins.multiverse.portals.destination
- RandomPortalDestinationInstance - Class in org.mvplugins.multiverse.portals.destination
- RandomPortalDestinationInstance(RandomPortalDestination, PortalManager, List<String>) - Constructor for class org.mvplugins.multiverse.portals.destination.RandomPortalDestinationInstance
- registerHandlerType(ActionHandlerType<?, ?>) - Method in class org.mvplugins.multiverse.portals.action.ActionHandlerProvider
-
Register a new action handler type.
- reloadConfigs() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
- reloadConfigs(boolean) - Method in class org.mvplugins.multiverse.portals.MultiversePortals
- removeAll(boolean) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
- removePermission() - Method in class org.mvplugins.multiverse.portals.MVPortal
- removePortal(String, boolean) - Method in class org.mvplugins.multiverse.portals.utils.PortalManager
- runAction(MVPortal, Entity) - Method in class org.mvplugins.multiverse.portals.action.ActionHandler
-
Run the action for the given portal and entity.
- runActionFor(Entity) - Method in class org.mvplugins.multiverse.portals.MVPortal
S
- safe - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
- save() - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- saveMainConfig() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.save()instead - savePortalsConfig() - Method in class org.mvplugins.multiverse.portals.MultiversePortals
- selectPortal(MVPortal) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- serialise() - Method in class org.mvplugins.multiverse.portals.action.ActionHandler
-
Serialise the action handler back into a string.
- serialise() - Method in class org.mvplugins.multiverse.portals.destination.PortalDestinationInstance
- serialise() - Method in class org.mvplugins.multiverse.portals.destination.RandomPortalDestinationInstance
- setAction(String) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setActionHandler(ActionHandler<?, ?>) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setActionType(String) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setActionType(ActionHandlerType<?, ?>) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setBucketFilling(boolean) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- setCancelled(boolean) - Method in class org.mvplugins.multiverse.portals.event.MVPortalEvent
- setCheckDestinationSafety(boolean) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setClearOnRemove(boolean) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- setDebugMode(boolean) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- setDestination(String) - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Deprecated, for removal: This API element is subject to removal in a future version.Portals now have new types of action. Hence, the portal's destination (now called action) may not always be a multiverse destination. It can be a command or server name as well. Please see
MVPortal.getActionHandler()instead. - setDestination(DestinationInstance<?, ?>) - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Deprecated, for removal: This API element is subject to removal in a future version.Portals now have new types of action. Hence, the portal's destination (now called action) may not always be a multiverse destination. For example, it can be a command or server name as well. Please see
MVPortal.getActionHandler()instead. - setEnforcePortalAccess(boolean) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- setFrameMaterials(List<Material>) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- setHandlerScript(String) - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Deprecated, for removal: This API element is subject to removal in a future version.Busscript feature has been removed.
- setLeftClickSelection(Vector, LoadedMultiverseWorld) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- setLocation(String, String, LoadedMultiverseWorld) - Method in class org.mvplugins.multiverse.portals.PortalLocation
- setLocation(Vector, Vector, LoadedMultiverseWorld) - Method in class org.mvplugins.multiverse.portals.PortalLocation
- setNetherAnimation(boolean) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- setOwner(String) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setPortalCooldown(int) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- setPortalLocation(String) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setPortalLocation(String, String) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setPortalLocation(String, LoadedMultiverseWorld) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setPortalLocation(PortalLocation) - Method in class org.mvplugins.multiverse.portals.MVPortal
- setPortalsDefaultToNether(boolean) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- SetProperties - Enum Class in org.mvplugins.multiverse.portals.enums
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MVPortal.getStringPropertyHandle()instead to get property names. - setProperty(String, String) - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MVPortal.getStringPropertyHandle()instead. - setRightClickSelection(Vector, LoadedMultiverseWorld) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- setStaleLocation(boolean) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- setStaleLocation(Location, MoveType) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- setTeleportEntities(boolean) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- setTeleportNonPlayers(boolean) - Method in class org.mvplugins.multiverse.portals.MVPortal
-
Set the value of teleportNonPlayers
- setTeleportTime(Date) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- setTeleportVehicles(boolean) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- setUseOnMove(boolean) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- setWandEnabled(boolean) - Method in class org.mvplugins.multiverse.portals.MultiversePortals
- setWandMaterial(Material) - Method in class org.mvplugins.multiverse.portals.config.PortalsConfig
- showDebugInfo() - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- showDebugInfo(MVPortal) - Method in class org.mvplugins.multiverse.portals.PortalPlayerSession
- showPortalPriceInfo(MVPortal, CommandSender) - Method in class org.mvplugins.multiverse.portals.utils.DisplayUtils
- showStaticInfo(CommandSender, MVPortal, String) - Method in class org.mvplugins.multiverse.portals.utils.DisplayUtils
- suggestActions(CommandSender, String) - Method in class org.mvplugins.multiverse.portals.action.ActionHandlerType
-
Suggest action arguments for the given input use for command tab completion.
- suggestDestinations(CommandSender, String) - Method in class org.mvplugins.multiverse.portals.destination.PortalDestination
- suggestDestinations(CommandSender, String) - Method in class org.mvplugins.multiverse.portals.destination.RandomPortalDestination
T
- telenonplayers - Enum constant in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.
- teleportvehicles - Enum constant in enum class org.mvplugins.multiverse.portals.enums.PortalConfigProperty
-
Deprecated.
- TeleportVehicles - Static variable in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getTeleportVehicles()instead - toString() - Method in class org.mvplugins.multiverse.portals.action.ActionHandler
- toString() - Method in class org.mvplugins.multiverse.portals.PortalLocation
- toString() - Method in class org.mvplugins.multiverse.portals.utils.MultiverseRegion
U
- useonmove - Enum constant in enum class org.mvplugins.multiverse.portals.enums.PortalConfigProperty
-
Deprecated.
- UseOnMove - Static variable in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PortalsConfig.getUseOnMove()instead - useSafeTeleporter() - Method in class org.mvplugins.multiverse.portals.MVPortal
V
- valueOf(String) - Static method in enum class org.mvplugins.multiverse.portals.destination.PortalDestination.InstanceFailureReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mvplugins.multiverse.portals.enums.MoveType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mvplugins.multiverse.portals.enums.PortalConfigProperty
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mvplugins.multiverse.portals.enums.PortalType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mvplugins.multiverse.portals.enums.SetProperties
-
Deprecated.Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.mvplugins.multiverse.portals.destination.PortalDestination.InstanceFailureReason
-
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.portals.enums.MoveType
-
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.portals.enums.PortalConfigProperty
-
Deprecated.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.portals.enums.PortalType
-
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.portals.enums.SetProperties
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- VEHICLE_MOVE - Enum constant in enum class org.mvplugins.multiverse.portals.enums.MoveType
W
- wand - Enum constant in enum class org.mvplugins.multiverse.portals.enums.PortalConfigProperty
-
Deprecated.
- WandEnabled - Static variable in class org.mvplugins.multiverse.portals.MultiversePortals
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MultiversePortals.isWandEnabled()instead - WorldEditConnection - Class in org.mvplugins.multiverse.portals
All Classes and Interfaces|All Packages|Constant Field Values
PortalsConfig.getBucketFilling()instead