EntitySnapshot

public class EntitySnapshot

Class EntitySnapshot. Provides entitysnapshot functionality for the Hytale server.

java.lang.Object > EntitySnapshot

Field Summary

No fields documented.

Method Detail

EntitySnapshot

public public EntitySnapshot ()

Method EntitySnapshot.

init

public void init (@Nonnull final Vector3d position, @Nonnull final Vector3f bodyRotation)

Method init.

Parameters:
@Nonnull final Vector3d position
@Nonnull final Vector3f bodyRotation

getPosition

public Vector3d getPosition ()

Method getPosition.

getBodyRotation

public Vector3f getBodyRotation ()

Method getBodyRotation.

toString

public String toString ()

Method toString.