Class EventRenderEntity.PlayerRotations

java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.client.api.events.render.EventRenderEntity.PlayerRotations
All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
Enclosing class:
EventRenderEntity

public static class EventRenderEntity.PlayerRotations extends org.rusherhack.core.event.type.Event
  • Constructor Details

    • PlayerRotations

      public PlayerRotations(float yaw, float pitch)
  • Method Details

    • getYaw

      public float getYaw()
    • setYaw

      public void setYaw(float yaw)
    • getPitch

      public float getPitch()
    • setPitch

      public void setPitch(float pitch)