Package de.hglabor.utils.noriskutils
Class TeleportUtils
- java.lang.Object
-
- de.hglabor.utils.noriskutils.TeleportUtils
-
public final class TeleportUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.bukkit.LocationgetHighestRandomLocation(org.bukkit.World world, int maxBound, int minBound)static org.bukkit.LocationgetHighestRandomLocation(org.bukkit.World world, int maxBound, int minBound, org.bukkit.HeightMap heightMap)static voidtoSafeSpawnLocation(org.bukkit.entity.Player player, int maxBound, int minBound)static voidtoSafeSpawnLocation(org.bukkit.Location center, org.bukkit.entity.Player player, int maxBound, int minBound)
-
-
-
Method Detail
-
toSafeSpawnLocation
public static void toSafeSpawnLocation(org.bukkit.entity.Player player, int maxBound, int minBound)
-
toSafeSpawnLocation
public static void toSafeSpawnLocation(org.bukkit.Location center, org.bukkit.entity.Player player, int maxBound, int minBound)
-
getHighestRandomLocation
public static org.bukkit.Location getHighestRandomLocation(org.bukkit.World world, int maxBound, int minBound)
-
getHighestRandomLocation
public static org.bukkit.Location getHighestRandomLocation(org.bukkit.World world, int maxBound, int minBound, org.bukkit.HeightMap heightMap)
-
-