45b new stuff and a few fixed entity methods from 45a (#959)

Signed-off-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2019-11-19 08:28:00 -06:00 committed by modmuss50
parent e1ee50dbb4
commit ec47b4448e
2 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,6 @@
CLASS net/minecraft/class_4717 net/minecraft/client/gui/screen/CommandSuggestor
CLASS class_464 SuggestionWindow
FIELD field_21630 lastNarrationIndex I
FIELD field_2764 suggestions Lcom/mojang/brigadier/suggestion/Suggestions;
FIELD field_2765 completed Z
FIELD field_2766 selection I
@ -12,6 +13,7 @@ CLASS net/minecraft/class_4717 net/minecraft/client/gui/screen/CommandSuggestor
ARG 3 y
ARG 4 width
ARG 5 suggestions
ARG 6 narrateFirstSuggestion
METHOD method_2370 mouseScrolled (D)Z
ARG 1 amount
METHOD method_2371 scroll (I)V
@ -31,6 +33,7 @@ CLASS net/minecraft/class_4717 net/minecraft/client/gui/screen/CommandSuggestor
ARG 1 keyCode
ARG 2 scanCode
ARG 3 modifiers
METHOD method_23960 getNarration ()Ljava/lang/String;
FIELD field_21596 BACKSLASH_S_PATTERN Ljava/util/regex/Pattern;
FIELD field_21597 client Lnet/minecraft/class_310;
FIELD field_21598 owner Lnet/minecraft/class_437;
@ -62,6 +65,7 @@ CLASS net/minecraft/class_4717 net/minecraft/client/gui/screen/CommandSuggestor
ARG 9 chatScreenSized
ARG 10 color
METHOD method_23920 showSuggestions (Z)V
ARG 1 narrateFirstSuggestion
METHOD method_23921 mouseScrolled (D)Z
ARG 1 amount
METHOD method_23922 mouseClicked (DDI)Z

View File

@ -173,11 +173,21 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
METHOD method_20803 setFireTicks (I)V
ARG 1 ticks
METHOD method_22861 getTeamColorValue ()I
METHOD method_23316 offsetX (D)D
ARG 1 widthScale
METHOD method_23317 getX ()D
METHOD method_23318 getY ()D
METHOD method_23319 getRandomBodyY ()D
METHOD method_23320 getEyeY ()D
METHOD method_23321 getZ ()D
METHOD method_23323 getHeightAt (D)D
ARG 1 heightDelta
METHOD method_23322 getParticleX (D)D
ARG 1 widthScale
METHOD method_23323 getBodyY (D)D
ARG 1 heightScale
METHOD method_23324 offsetZ (D)D
ARG 1 widthScale
METHOD method_23325 getParticleZ (D)D
ARG 1 widthScale
METHOD method_23327 setPos (DDD)V
ARG 1 x
ARG 3 y