Uses of Interface
com.mclds.plugins.customplugin.utils.TeleportUtils.TeleportFinishCallback
Packages that use TeleportUtils.TeleportFinishCallback
-
Uses of TeleportUtils.TeleportFinishCallback in com.mclds.plugins.customplugin.utils
Methods in com.mclds.plugins.customplugin.utils with parameters of type TeleportUtils.TeleportFinishCallbackModifier and TypeMethodDescriptionstatic voidTeleportUtils.tp(org.bukkit.entity.Player from, org.bukkit.entity.Player to, double delaySecond, @Nullable TeleportUtils.TeleportFinishCallback callback, io.papermc.paper.entity.TeleportFlag... flags) static voidTeleportUtils.tp(org.bukkit.entity.Player from, org.bukkit.Location to, double delaySecond, @Nullable TeleportUtils.TeleportFinishCallback callback, io.papermc.paper.entity.TeleportFlag... flags) static voidTeleportUtils.tp(org.bukkit.entity.Player from, org.bukkit.Location to, @Nullable TeleportUtils.TeleportFinishCallback callback, io.papermc.paper.entity.TeleportFlag... flags)