Interface ITeleportable
- All Known Implementing Classes:
MmcPlayer
public interface ITeleportable
-
Method Summary
Modifier and TypeMethodDescriptionbooleanteleport(@NotNull org.bukkit.Location target) booleanteleport(@NotNull org.bukkit.Location location, boolean center) booleanteleportRelative(@NotNull RelativeLocation location) booleanteleportRelative(@NotNull RelativeLocation location, boolean center) booleanteleportRelativeSync(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull RelativeLocation location) booleanteleportRelativeSync(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull RelativeLocation location, boolean center) booleanteleportSync(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull org.bukkit.Location location) booleanteleportSync(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull org.bukkit.Location location, boolean center) booleanteleportTo(@NotNull MmcPlayer target) booleanteleportToSync(@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)
-