Schnittstelle IClientRotationWriter

Alle bekannten Implementierungsklassen:
ClientRotationWriter

public interface IClientRotationWriter
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    actor$tick(float yaw, float pitch)
    Sets the rotation on an LocalPlayer instance.
  • Methodendetails

    • actor$tick

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