Schnittstelle IClientInteractionWriter

Alle bekannten Implementierungsklassen:
ClientInteractionWriter

public interface IClientInteractionWriter
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Overwrites the LocalPlayers attacking and interacting (using Item) state.
  • Methodendetails

    • actor$tick

      void actor$tick(InteractionState overwrite)
      Overwrites the LocalPlayers attacking and interacting (using Item) state. This method needs to be called before the normal tick() method is evaluated.
      Parameter:
      overwrite - The InteractionState that should be used as an overwrite.