RelativeVector3l

public class RelativeVector3l

Class RelativeVector3l. Provides relativevector3l functionality for the Hytale server.

java.lang.Object > RelativeVector3l

Field Summary

vector

private Vector3l vector

Field vector.

relative

private boolean relative

Field relative.

that

final RelativeVector3l that

Field that.

Method Detail

RelativeVector3l

public public RelativeVector3l (@Nonnull final Vector3l vector, final boolean relative)

Method RelativeVector3l.

Parameters:
@Nonnull final Vector3l vector
final boolean relative

getVector

public Vector3l getVector ()

Method getVector.

isRelative

public boolean isRelative ()

Method isRelative.

resolve

public Vector3l resolve (@Nonnull final Vector3l vector)

Method resolve.

Parameters:
@Nonnull final Vector3l 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