RelativeVector3d

public class RelativeVector3d

Class RelativeVector3d. Provides relativevector3d functionality for the Hytale server.

java.lang.Object > RelativeVector3d

Field Summary

vector

private Vector3d vector

Field vector.

relative

private boolean relative

Field relative.

that

final RelativeVector3d that

Field that.

Method Detail

RelativeVector3d

public public RelativeVector3d (@Nonnull final Vector3d vector, final boolean relative)

Method RelativeVector3d.

Parameters:
@Nonnull final Vector3d vector
final boolean relative

getVector

public Vector3d getVector ()

Method getVector.

isRelative

public boolean isRelative ()

Method isRelative.

resolve

public Vector3d resolve (@Nonnull final Vector3d vector)

Method resolve.

Parameters:
@Nonnull final Vector3d vector

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.

KeyedCodec

public new KeyedCodec ("Relative", Codec.BOOLEAN)

Method KeyedCodec.

Parameters:
"Relative" "Relative"
Codec.BOOLEAN Codec.BOOLEAN