Class Pose

java.lang.Object
net.citizensnpcs.util.Pose

public class Pose extends Object
A named head yaw/pitch
  • Constructor Details

    • Pose

      public Pose(String name, float pitch, float yaw)
  • Method Details

    • getName

      public String getName()
    • getPitch

      public float getPitch()
    • getYaw

      public float getYaw()
    • stringValue

      public String stringValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object