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
Method RelativeVector3d.
- Parameters:
@Nonnull final Vector3dvectorfinal booleanrelative
isRelative
public
boolean
isRelative
()
Method isRelative.
equals
public
boolean
equals
(@Nullable final Object o)
Method equals.
- Parameters:
@Nullable final Objecto
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.BOOLEANCodec.BOOLEAN