Class World
java.lang.Object
fr.hytale.loader.api.World
Represents a Hytale world.
- Since:
- 1.0.4
- Version:
- 1.0.4
- Author:
- HytaleLoader
-
Constructor Summary
ConstructorsConstructorDescriptionWorld(com.hypixel.hytale.server.core.universe.world.World nativeWorld) Constructs a new World wrapper. -
Method Summary
-
Constructor Details
-
World
public World(com.hypixel.hytale.server.core.universe.world.World nativeWorld) Constructs a new World wrapper.- Parameters:
nativeWorld- the native Hytale world
-
-
Method Details
-
getNative
public com.hypixel.hytale.server.core.universe.world.World getNative()Gets the native Hytale world object.- Returns:
- the native world
-
getName
-
toString
-
equals
-
hashCode
-