Package net.actor.mixin
Klasse ClientInputWriter
java.lang.Object
net.actor.mixin.ClientInputWriter
- Alle implementierten Schnittstellen:
IClientInputWriter
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidactor$tick(net.minecraft.world.entity.player.Input input) Overwrites the Input on a ClientInput instance with the given value.voidtick()
-
Konstruktordetails
-
ClientInputWriter
public ClientInputWriter()
-
-
Methodendetails
-
actor$tick
public void actor$tick(net.minecraft.world.entity.player.Input input) Beschreibung aus Schnittstelle kopiert:IClientInputWriterOverwrites the Input on a ClientInput instance with the given value. This method needs to be called before the normal tick() method is evaluated. The Overwrite is only valid for a single tick and will be reset.- Angegeben von:
actor$tickin SchnittstelleIClientInputWriter- Parameter:
input- The given overwrite Input
-
tick
public void tick()
-