minor input mappings (#272)

This commit is contained in:
kashike 2018-12-13 01:55:39 +11:00 committed by Modmuss50
parent 84b945de51
commit 49d9a66a1e
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
CLASS dbv net/minecraft/client/input/Input
FIELD c forward Z
FIELD d back Z
FIELD e left Z
FIELD f right Z
FIELD g jumping Z
FIELD h sneaking Z
METHOD a tick ()V

View File

@ -0,0 +1,5 @@
CLASS dbw net/minecraft/client/input/KeyboardInput
FIELD i settings Lcoh;
METHOD <init> (Lcoh;)V
ARG 1 settings
METHOD a tick ()V

View File

@ -4,6 +4,7 @@ CLASS dbx net/minecraft/client/network/ClientPlayerEntity
FIELD co clientPermissionLevel I
FIELD cz serverBrand Ljava/lang/String;
FIELD d networkHandler Lczr;
FIELD e input Ldbv;
FIELD f client Lcof;
METHOD <init> (Lcof;Lbas;Lczr;Lxr;Lcny;)V
ARG 1 client