Package net.actor.api.v1.util
Schnittstelle IClientInteractionWriter
- Alle bekannten Implementierungsklassen:
ClientInteractionWriter
public interface IClientInteractionWriter
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidactor$tick(InteractionState overwrite) Overwrites theLocalPlayers attacking and interacting (using Item) state.
-
Methodendetails
-
actor$tick
Overwrites theLocalPlayers attacking and interacting (using Item) state. This method needs to be called before the normal tick() method is evaluated.- Parameter:
overwrite- TheInteractionStatethat should be used as an overwrite.
-