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 Summary
-
Method Summary
Methods inherited from class org.rusherhack.core.event.type.Event
getPreferredStage, getStage, setStage
-
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)
-