Uses of Enum Class
net.lewmc.essence.teleportation.tp.UtilTeleport.Direction
Packages that use UtilTeleport.Direction
-
Uses of UtilTeleport.Direction in net.lewmc.essence.teleportation.tp
Methods in net.lewmc.essence.teleportation.tp that return UtilTeleport.DirectionModifier and TypeMethodDescriptionstatic UtilTeleport.DirectionReturns the enum constant of this class with the specified name.static UtilTeleport.Direction[]UtilTeleport.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.lewmc.essence.teleportation.tp with parameters of type UtilTeleport.DirectionModifier and TypeMethodDescriptionstatic org.bukkit.LocationUtilTeleport.findFurthestLocation(org.bukkit.Location origin, UtilTeleport.Direction direction, org.bukkit.entity.Player player) Finds a safe location relative to the origin point.static UtilTeleport.LevelLocationUtilTeleport.findLevelLocation(org.bukkit.Location origin, UtilTeleport.Direction direction, Integer levels, org.bukkit.entity.Player player) Finds a safe location to teleport a player to, given a direction and number of levels.