Package net.actor.api.v1.util
Schnittstelle IClientRotationWriter
- Alle bekannten Implementierungsklassen:
ClientRotationWriter
public interface IClientRotationWriter
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidactor$tick(float yaw, float pitch) Sets the rotation on anLocalPlayerinstance.
-
Methodendetails
-
actor$tick
void actor$tick(float yaw, float pitch) Sets the rotation on anLocalPlayerinstance. This method needs to be called before the normal tick() method is evaluated.- Parameter:
yaw- The yaw that thisLocalPlayershould have.pitch- The pitch that thisLocalPlayershould have.
-