public static class RobotRenderEvent.MountPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
The mount point's reference name.
|
org.lwjgl.util.vector.Vector3f |
offset
The position of the mount point, relative to the robot's center.
|
org.lwjgl.util.vector.Vector4f |
rotation
The orientation of the mount point specified by the angle and the
vector to rotate around.
|
Constructor and Description |
---|
MountPoint() |
MountPoint(java.lang.String name) |
public final org.lwjgl.util.vector.Vector3f offset
public final org.lwjgl.util.vector.Vector4f rotation
public final java.lang.String name
UpgradeRenderer.computePreferredMountPoint(ItemStack, Robot, Set)
.