Class GlobalSpawnProvider
java.lang.Object
com.hypixel.hytale.server.core.universe.world.spawn.GlobalSpawnProvider
- All Implemented Interfaces:
com.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider
public class GlobalSpawnProvider
extends Object
implements com.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSpawnPoint(World world, UUID uuid) booleanisWithinSpawnDistance(Vector3d position, double distance) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider
getSpawnPoint, getSpawnPoint
-
Field Details
-
CODEC
-
spawnPoint
-
-
Constructor Details
-
GlobalSpawnProvider
public GlobalSpawnProvider() -
GlobalSpawnProvider
-
-
Method Details
-
getSpawnPoint
- Specified by:
getSpawnPointin interfacecom.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider
-
getSpawnPoints
- Specified by:
getSpawnPointsin interfacecom.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider
-
isWithinSpawnDistance
- Specified by:
isWithinSpawnDistancein interfacecom.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider
-