Uses of Class
de.themoep.connectorplugin.LocationInfo
Package
Description
-
Uses of LocationInfo in de.themoep.connectorplugin
Modifier and TypeMethodDescriptionstatic LocationInfo
LocationInfo.read
(com.google.common.io.ByteArrayDataInput in) Modifier and TypeMethodDescriptionBridgeCommon.getLocation
(String player) Get the location a player is atabstract CompletableFuture<LocationInfo>
BridgeCommon.getLocation
(R player) Get the location a player is atModifier and TypeMethodDescriptionabstract boolean
BridgedCommand.onCommand
(S sender, LocationInfo location, String label, String[] args) abstract CompletableFuture<Boolean>
BridgeCommon.teleport
(String playerName, LocationInfo location, Consumer<String>... consumer) Teleport a player to a certain location in the networkabstract CompletableFuture<Boolean>
BridgeCommon.teleport
(R player, LocationInfo location, Consumer<String>... consumer) Teleport a player to a certain location in the network -
Uses of LocationInfo in de.themoep.connectorplugin.bukkit
Modifier and TypeMethodDescriptionBridge.getLocation
(org.bukkit.entity.Player player) Get the location a player is connected toModifier and TypeMethodDescriptionorg.bukkit.Location
Bridge.adapt
(LocationInfo location) Bridge.teleport
(String playerName, LocationInfo location, Consumer<String>... consumer) Bridge.teleport
(org.bukkit.entity.Player player, LocationInfo location, Consumer<String>... consumer) -
Uses of LocationInfo in de.themoep.connectorplugin.bungee
Modifier and TypeMethodDescriptionBridge.getLocation
(net.md_5.bungee.api.connection.ProxiedPlayer player) Get the location of a player on the serverModifier and TypeMethodDescriptionBridge.teleport
(String playerName, LocationInfo location, Consumer<String>... consumer) Bridge.teleport
(net.md_5.bungee.api.connection.ProxiedPlayer player, LocationInfo location, Consumer<String>... consumer) -
Uses of LocationInfo in de.themoep.connectorplugin.velocity
Modifier and TypeMethodDescriptionBridge.getLocation
(com.velocitypowered.api.proxy.Player player) Get the location of a player on the serverModifier and TypeMethodDescriptionBridge.teleport
(com.velocitypowered.api.proxy.Player player, LocationInfo location, Consumer<String>... consumer) Bridge.teleport
(String playerName, LocationInfo location, Consumer<String>... consumer)