Klasse ClientRotationWriter

java.lang.Object
net.actor.mixin.ClientRotationWriter
Alle implementierten Schnittstellen:
IClientRotationWriter

public class ClientRotationWriter extends Object implements IClientRotationWriter
  • Konstruktordetails

    • ClientRotationWriter

      public ClientRotationWriter()
  • Methodendetails

    • actor$tick

      public void actor$tick(float yaw, float pitch)
      Beschreibung aus Schnittstelle kopiert: IClientRotationWriter
      Sets the rotation on an LocalPlayer instance. This method needs to be called before the normal tick() method is evaluated.
      Angegeben von:
      actor$tick in Schnittstelle IClientRotationWriter
      Parameter:
      yaw - The yaw that this LocalPlayer should have.
      pitch - The pitch that this LocalPlayer should have.