a couple things (#1629)

* a couple things

* move perspective to options package

* move processorlist
This commit is contained in:
Shnupbups 2020-08-01 05:35:57 +10:00 committed by GitHub
parent 0c892b876d
commit efa2f10b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 0 deletions

View File

@ -136,3 +136,4 @@ CLASS net/minecraft/class_315 net/minecraft/client/options/GameOptions
ARG 1 fallbackColor
METHOD method_19345 getTextBackgroundColor (F)I
ARG 1 fallbackOpacity
METHOD method_31044 getPerspective ()Lnet/minecraft/class_5498;

View File

@ -0,0 +1,10 @@
CLASS net/minecraft/class_5498 net/minecraft/client/options/Perspective
FIELD field_26667 VALUES [Lnet/minecraft/class_5498;
FIELD field_26668 firstPerson Z
FIELD field_26669 frontView Z
METHOD <init> (Ljava/lang/String;IZZ)V
ARG 3 firstPerson
ARG 4 frontView
METHOD method_31034 isFirstPerson ()Z
METHOD method_31035 isFrontView ()Z
METHOD method_31036 next ()Lnet/minecraft/class_5498;

View File

@ -0,0 +1,5 @@
CLASS net/minecraft/class_5497 net/minecraft/structure/processor/ProcessorList
FIELD field_26662 list Ljava/util/List;
METHOD <init> (Ljava/util/List;)V
ARG 1 list
METHOD method_31027 getList ()Ljava/util/List;