Uses of Class
de.themoep.connectorplugin.LocationInfo
Packages that use LocationInfo
Package
Description
-
Uses of LocationInfo in de.themoep.connectorplugin
Methods in de.themoep.connectorplugin that return LocationInfoModifier and TypeMethodDescriptionstatic LocationInfo
LocationInfo.read
(com.google.common.io.ByteArrayDataInput in) Methods in de.themoep.connectorplugin that return types with arguments of type LocationInfoModifier and TypeMethodDescriptionBridgeCommon.getLocation
(String player) Get the location a player is atabstract CompletableFuture<LocationInfo>
BridgeCommon.getLocation
(R player) Get the location a player is atMethods in de.themoep.connectorplugin with parameters of type LocationInfoModifier 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 networkConstructors in de.themoep.connectorplugin with parameters of type LocationInfoConstructor parameters in de.themoep.connectorplugin with type arguments of type LocationInfo -
Uses of LocationInfo in de.themoep.connectorplugin.bukkit
Methods in de.themoep.connectorplugin.bukkit that return LocationInfoMethods in de.themoep.connectorplugin.bukkit that return types with arguments of type LocationInfoModifier and TypeMethodDescriptionBridge.getLocation
(org.bukkit.entity.Player player) Get the location a player is connected toMethods in de.themoep.connectorplugin.bukkit with parameters of type LocationInfoModifier 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
Methods in de.themoep.connectorplugin.bungee that return types with arguments of type LocationInfoModifier and TypeMethodDescriptionBridge.getLocation
(net.md_5.bungee.api.connection.ProxiedPlayer player) Get the location of a player on the serverMethods in de.themoep.connectorplugin.bungee with parameters of type LocationInfoModifier 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
Methods in de.themoep.connectorplugin.velocity that return types with arguments of type LocationInfoModifier and TypeMethodDescriptionBridge.getLocation
(com.velocitypowered.api.proxy.Player player) Get the location of a player on the serverMethods in de.themoep.connectorplugin.velocity with parameters of type LocationInfoModifier and TypeMethodDescriptionBridge.teleport
(com.velocitypowered.api.proxy.Player player, LocationInfo location, Consumer<String>... consumer) Bridge.teleport
(String playerName, LocationInfo location, Consumer<String>... consumer)