public static class StateBlock.StateEntry
extends java.lang.Object
Constructor and Description |
---|
StateEntry(java.lang.Long parent,
java.lang.Long entity,
com.simsilica.mathd.Vec3d pos,
com.simsilica.mathd.Quatd rot) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getEntity() |
java.lang.Long |
getParent() |
com.simsilica.mathd.Vec3d |
getPosition() |
com.simsilica.mathd.Quatd |
getRotation() |
java.lang.String |
toString() |
public StateEntry(java.lang.Long parent, java.lang.Long entity, com.simsilica.mathd.Vec3d pos, com.simsilica.mathd.Quatd rot)
public java.lang.Long getParent()
public java.lang.Long getEntity()
public com.simsilica.mathd.Vec3d getPosition()
public com.simsilica.mathd.Quatd getRotation()
public java.lang.String toString()
toString
in class java.lang.Object