Class FitToHeightMapSpawnProvider
java.lang.Object
com.hypixel.hytale.server.core.universe.world.spawn.FitToHeightMapSpawnProvider
- All Implemented Interfaces:
com.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider
public class FitToHeightMapSpawnProvider
extends Object
implements com.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFitToHeightMapSpawnProvider(com.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider spawnProvider) -
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
-
spawnProvider
private com.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider spawnProvider
-
-
Constructor Details
-
FitToHeightMapSpawnProvider
protected FitToHeightMapSpawnProvider() -
FitToHeightMapSpawnProvider
public FitToHeightMapSpawnProvider(com.hypixel.hytale.server.core.universe.world.spawn.ISpawnProvider spawnProvider)
-
-
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
-