Mapped the remaining fields in Camera (#735)

This commit is contained in:
­Sollace 2019-06-07 13:15:03 +02:00 committed by Adrian Siekierka
parent 4419bb5811
commit 5aab5d0029
1 changed files with 9 additions and 0 deletions

View File

@ -4,11 +4,18 @@ CLASS cva net/minecraft/client/render/Camera
FIELD c focusedEntity Laij;
FIELD d pos Lcry;
FIELD e blockPos Lev$a;
FIELD f horizontalPlane Lcry;
FIELD g verticalPlane Lcry;
FIELD h diagonalPlane Lcry;
FIELD i pitch F
FIELD j yaw F
FIELD k thirdPerson Z
FIELD l inverseView Z
FIELD m cameraY F
FIELD n lastCameraY F
METHOD a updateEyeHeight ()V
METHOD a clipToSpace (D)D
ARG 1 desiredCameraDistance
METHOD a moveBy (DDD)V
ARG 1 x
ARG 3 y
@ -37,4 +44,6 @@ CLASS cva net/minecraft/client/render/Camera
METHOD h isReady ()Z
METHOD i isThirdPerson ()Z
METHOD k getSubmergedFluidState ()Lclc;
METHOD l getHorizontalPlane ()Lcry;
METHOD m getVerticalPlane ()Lcry;
METHOD o reset ()V