Interface ITeleportable
- All Known Implementing Classes:
MmcPlayer
public interface ITeleportable
-
Method Summary
Modifier and TypeMethodDescriptionboolean
teleport
(@NotNull org.bukkit.Location target) boolean
teleport
(@NotNull org.bukkit.Location location, boolean center) boolean
teleportRelative
(@NotNull RelativeLocation location) boolean
teleportRelative
(@NotNull RelativeLocation location, boolean center) boolean
teleportRelativeSync
(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull RelativeLocation location) boolean
teleportRelativeSync
(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull RelativeLocation location, boolean center) boolean
teleportSync
(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull org.bukkit.Location location) boolean
teleportSync
(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull org.bukkit.Location location, boolean center) boolean
teleportTo
(@NotNull MmcPlayer target) boolean
teleportToSync
(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull MmcPlayer target)
-
Method Details
-
teleportTo
-
teleportRelative
-
teleportRelative
-
teleport
boolean teleport(@NotNull @NotNull org.bukkit.Location target) -
teleport
boolean teleport(@NotNull @NotNull org.bukkit.Location location, boolean center) -
teleportToSync
boolean teleportToSync(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull MmcPlayer target) -
teleportRelativeSync
boolean teleportRelativeSync(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull RelativeLocation location) -
teleportRelativeSync
boolean teleportRelativeSync(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull RelativeLocation location, boolean center) -
teleportSync
boolean teleportSync(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull org.bukkit.Location location) -
teleportSync
boolean teleportSync(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull org.bukkit.Location location, boolean center)
-