Warp

public class Warp

Class Warp. Provides warp functionality for the Hytale server.

java.lang.Object > Warp

Field Summary

id

private String id

Field id.

world

private String world

Field world.

transform

private Transform transform

Field transform.

creator

private String creator

Field creator.

creationDate

private Instant creationDate

Field creationDate.

warp

final Warp warp

Field warp.

worldInstance

final World worldInstance

Field worldInstance.

Method Detail

Warp

public public Warp ()

Method Warp.

getId

public String getId ()

Method getId.

getWorld

public String getWorld ()

Method getWorld.

getTransform

public Transform getTransform ()

Method getTransform.

getCreator

public String getCreator ()

Method getCreator.

getCreationDate

public Instant getCreationDate ()

Method getCreationDate.

equals

public boolean equals (@Nullable final Object o)

Method equals.

Parameters:
@Nullable final Object o

hashCode

public int hashCode ()

Method hashCode.

toString

public String toString ()

Method toString.

toTeleport

public Teleport toTeleport ()

Method toTeleport.

KeyedCodec

public new KeyedCodec ("World", Codec.STRING)

Method KeyedCodec.

Parameters:
"World" "World"
Codec.STRING Codec.STRING