Class World

java.lang.Object
fr.hytale.loader.api.World

public class World extends Object
Represents a Hytale world.
Since:
1.0.4
Version:
1.0.4
Author:
HytaleLoader
  • 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

      public String getName()
      Gets the world name.
      Returns:
      the world name
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object