Class RandomPortalDestination
java.lang.Object
org.mvplugins.multiverse.portals.destination.RandomPortalDestination
- All Implemented Interfaces:
org.mvplugins.multiverse.core.destination.Destination<RandomPortalDestination,RandomPortalDestinationInstance, org.mvplugins.multiverse.core.utils.result.FailureReason>
@Service
public class RandomPortalDestination
extends Object
implements org.mvplugins.multiverse.core.destination.Destination<RandomPortalDestination,RandomPortalDestinationInstance,org.mvplugins.multiverse.core.utils.result.FailureReason>
-
Method Summary
Modifier and TypeMethodDescription@Nullable org.mvplugins.multiverse.core.utils.result.Attempt<RandomPortalDestinationInstance, org.mvplugins.multiverse.core.utils.result.FailureReason> getDestinationInstance(@Nullable String destinationParams) @NotNull String@NotNull Collection<org.mvplugins.multiverse.core.destination.DestinationSuggestionPacket> suggestDestinations(@NotNull org.bukkit.command.CommandSender sender, @Nullable String input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mvplugins.multiverse.core.destination.Destination
getDestinationInstance
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceorg.mvplugins.multiverse.core.destination.Destination<RandomPortalDestination,RandomPortalDestinationInstance, org.mvplugins.multiverse.core.utils.result.FailureReason>
-
getDestinationInstance
@Nullable public @Nullable org.mvplugins.multiverse.core.utils.result.Attempt<RandomPortalDestinationInstance,org.mvplugins.multiverse.core.utils.result.FailureReason> getDestinationInstance(@Nullable @Nullable String destinationParams) - Specified by:
getDestinationInstancein interfaceorg.mvplugins.multiverse.core.destination.Destination<RandomPortalDestination,RandomPortalDestinationInstance, org.mvplugins.multiverse.core.utils.result.FailureReason>
-
suggestDestinations
@NotNull public @NotNull Collection<org.mvplugins.multiverse.core.destination.DestinationSuggestionPacket> suggestDestinations(@NotNull @NotNull org.bukkit.command.CommandSender sender, @Nullable @Nullable String input) - Specified by:
suggestDestinationsin interfaceorg.mvplugins.multiverse.core.destination.Destination<RandomPortalDestination,RandomPortalDestinationInstance, org.mvplugins.multiverse.core.utils.result.FailureReason>
-