Interface ITeleportable

All Known Implementing Classes:
MmcPlayer

public interface ITeleportable
  • Method Details

    • teleportTo

      boolean teleportTo(@NotNull @NotNull MmcPlayer target)
    • teleportRelative

      boolean teleportRelative(@NotNull @NotNull RelativeLocation location)
    • teleportRelative

      boolean teleportRelative(@NotNull @NotNull RelativeLocation location, boolean center)
    • 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)