Package net.actor.mixin
Klasse ClientRotationWriter
java.lang.Object
net.actor.mixin.ClientRotationWriter
- Alle implementierten Schnittstellen:
IClientRotationWriter
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidactor$tick(float yaw, float pitch) Sets the rotation on anLocalPlayerinstance.
-
Konstruktordetails
-
ClientRotationWriter
public ClientRotationWriter()
-
-
Methodendetails
-
actor$tick
public void actor$tick(float yaw, float pitch) Beschreibung aus Schnittstelle kopiert:IClientRotationWriterSets the rotation on anLocalPlayerinstance. This method needs to be called before the normal tick() method is evaluated.- Angegeben von:
actor$tickin SchnittstelleIClientRotationWriter- Parameter:
yaw- The yaw that thisLocalPlayershould have.pitch- The pitch that thisLocalPlayershould have.
-