Quick fixes (#1534)

* Quick fixes

* Update EntryListWidget.mapping
This commit is contained in:
Yanis48 2020-07-05 14:45:54 +02:00 committed by GitHub
parent 8af9ff5509
commit 4b5dadbafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 24 additions and 20 deletions

View File

@ -122,7 +122,7 @@ CLASS net/minecraft/class_2248 net/minecraft/block/Block
ARG 3 state
ARG 4 placer
ARG 5 itemStack
METHOD method_9568 buildTooltip (Lnet/minecraft/class_1799;Lnet/minecraft/class_1922;Ljava/util/List;Lnet/minecraft/class_1836;)V
METHOD method_9568 appendTooltip (Lnet/minecraft/class_1799;Lnet/minecraft/class_1922;Ljava/util/List;Lnet/minecraft/class_1836;)V
ARG 1 stack
ARG 2 world
ARG 3 tooltip

View File

@ -178,7 +178,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 4 y
ARG 5 color
ARG 6 rightToLeft
CLASS class_5232 ShadowDrawer
CLASS class_5232 Drawer
FIELD field_24239 vertexConsumers Lnet/minecraft/class_4597;
FIELD field_24241 shadow Z
FIELD field_24242 brightnessMultiplier F

View File

@ -1,3 +1,3 @@
CLASS net/minecraft/class_362 net/minecraft/client/gui/AbstractParentElement
FIELD field_22780 focused Lnet/minecraft/class_364;
FIELD field_22781 isDragging Z
FIELD field_22781 dragging Z

View File

@ -1,5 +1,5 @@
CLASS net/minecraft/class_479 net/minecraft/client/gui/screen/ingame/CraftingScreen
FIELD field_2877 isNarrow Z
FIELD field_2877 narrow Z
FIELD field_2878 TEXTURE Lnet/minecraft/class_2960;
FIELD field_2880 recipeBook Lnet/minecraft/class_507;
FIELD field_2881 RECIPE_BUTTON_TEXTURE Lnet/minecraft/class_2960;

View File

@ -11,7 +11,7 @@ CLASS net/minecraft/class_465 net/minecraft/client/gui/screen/ingame/HandledScre
FIELD field_2780 touchHoveredSlot Lnet/minecraft/class_1735;
FIELD field_2781 touchDropTimer J
FIELD field_2782 touchDragStack Lnet/minecraft/class_1799;
FIELD field_2783 isDoubleClicking Z
FIELD field_2783 doubleClicking Z
FIELD field_2784 touchDropX I
FIELD field_2785 touchDropReturningStack Lnet/minecraft/class_1799;
FIELD field_2786 lastClickedButton I
@ -22,7 +22,7 @@ CLASS net/minecraft/class_465 net/minecraft/client/gui/screen/ingame/HandledScre
FIELD field_2791 quickMovingStack Lnet/minecraft/class_1799;
FIELD field_2792 backgroundWidth I
FIELD field_2793 cursorDragSlots Ljava/util/Set;
FIELD field_2794 isCursorDragging Z
FIELD field_2794 cursorDragging Z
FIELD field_2795 touchDropTime J
FIELD field_2796 touchDropY I
FIELD field_2797 handler Lnet/minecraft/class_1703;

View File

@ -1,8 +1,8 @@
CLASS net/minecraft/class_490 net/minecraft/client/gui/screen/ingame/InventoryScreen
FIELD field_2929 recipeBook Lnet/minecraft/class_507;
FIELD field_2930 isMouseDown Z
FIELD field_2931 isNarrow Z
FIELD field_2932 isOpen Z
FIELD field_2930 mouseDown Z
FIELD field_2931 narrow Z
FIELD field_2932 open Z
FIELD field_2933 RECIPE_BUTTON_TEXTURE Lnet/minecraft/class_2960;
FIELD field_2934 mouseY F
FIELD field_2935 mouseX F

View File

@ -25,13 +25,13 @@ CLASS net/minecraft/class_508 net/minecraft/client/gui/screen/recipebook/RecipeA
METHOD method_2618 renderGrid (Lnet/minecraft/class_4587;IIIIII)V
CLASS class_509 AlternativeButtonWidget
FIELD field_3114 recipe Lnet/minecraft/class_1860;
FIELD field_3115 isCraftable Z
FIELD field_3115 craftable Z
FIELD field_3116 slots Ljava/util/List;
METHOD <init> (Lnet/minecraft/class_508;IILnet/minecraft/class_1860;Z)V
ARG 2 x
ARG 3 y
ARG 4 recipe
ARG 5 isCraftable
ARG 5 craftable
METHOD method_2619 alignRecipe (Lnet/minecraft/class_1860;)V
CLASS class_510 InputSlot
FIELD field_3118 x I

View File

@ -18,7 +18,7 @@ CLASS net/minecraft/class_507 net/minecraft/client/gui/screen/recipebook/RecipeB
FIELD field_3102 leftOffset I
METHOD method_2576 triggerPirateSpeakEasterEgg (Ljava/lang/String;)V
METHOD method_2579 reset (Z)V
ARG 1 isNarrow
ARG 1 narrow
METHOD method_2581 drawGhostSlots (Lnet/minecraft/class_4587;IIZF)V
METHOD method_2585 setBookButtonTexture ()V
METHOD method_2586 refreshSearchResults ()V
@ -41,7 +41,7 @@ CLASS net/minecraft/class_507 net/minecraft/client/gui/screen/recipebook/RecipeB
ARG 1 parentWidth
ARG 2 parentHeight
ARG 3 client
ARG 4 isNarrow
ARG 4 narrow
ARG 5 craftingScreenHandler
METHOD method_2598 isClickOutsideBounds (DDIIIII)Z
METHOD method_2599 getCraftableButtonText ()Lnet/minecraft/class_2561;

View File

@ -43,7 +43,7 @@ CLASS net/minecraft/class_339 net/minecraft/client/gui/widget/AbstractButtonWidg
ARG 1 soundManager
METHOD method_25355 setMessage (Lnet/minecraft/class_2561;)V
METHOD method_25356 getYImage (Z)I
ARG 1 isHovered
ARG 1 hovered
METHOD method_25357 onRelease (DD)V
ARG 1 mouseX
ARG 3 mouseY

View File

@ -99,7 +99,7 @@ CLASS net/minecraft/class_350 net/minecraft/client/gui/widget/EntryListWidget
METHOD method_30013 moveSelectionIf (Lnet/minecraft/class_350$class_5403;Ljava/util/function/Predicate;)V
COMMENT Moves the selection in the specified direction until the predicate returns true.
ARG 1 direction
COMMENT The direction to move the selection.
COMMENT the direction to move the selection
METHOD method_30014 (Lnet/minecraft/class_350$class_351;)Z
ARG 0 entry
CLASS class_351 Entry

View File

@ -1,11 +1,15 @@
CLASS net/minecraft/class_765 net/minecraft/client/render/LightmapTextureManager
FIELD field_4133 image Lnet/minecraft/class_1011;
FIELD field_4134 worldRenderer Lnet/minecraft/class_757;
FIELD field_4135 isDirty Z
FIELD field_4134 renderer Lnet/minecraft/class_757;
FIELD field_4135 dirty Z
FIELD field_4136 textureIdentifier Lnet/minecraft/class_2960;
FIELD field_4137 client Lnet/minecraft/class_310;
FIELD field_4138 texture Lnet/minecraft/class_1043;
METHOD <init> (Lnet/minecraft/class_757;Lnet/minecraft/class_310;)V
ARG 1 renderer
ARG 2 client
METHOD method_23284 getBrightness (Lnet/minecraft/class_1937;I)F
ARG 1 world
METHOD method_23687 pack (II)I
ARG 0 block
ARG 1 sky

View File

@ -8,7 +8,7 @@ CLASS net/minecraft/class_572 net/minecraft/client/render/entity/model/BipedEnti
FIELD field_3397 leftLeg Lnet/minecraft/class_630;
FIELD field_3398 head Lnet/minecraft/class_630;
FIELD field_3399 leftArmPose Lnet/minecraft/class_572$class_573;
FIELD field_3400 isSneaking Z
FIELD field_3400 sneaking Z
FIELD field_3401 rightArm Lnet/minecraft/class_630;
METHOD <init> (F)V
ARG 1 scale

View File

@ -27,7 +27,7 @@ CLASS net/minecraft/class_1577 net/minecraft/entity/mob/GuardianEntity
ARG 1 tickDelta
METHOD method_7058 areSpikesRetracted ()Z
METHOD method_7060 setBeamTarget (I)V
ARG 1 progress
ARG 1 entityId
METHOD method_7061 getBeamProgress (F)F
ARG 1 tickDelta
METHOD method_7062 getFlopSound ()Lnet/minecraft/class_3414;

View File

@ -7,7 +7,7 @@ CLASS net/minecraft/class_1257 net/minecraft/world/updater/WorldUpdater
FIELD field_5755 persistentStateManager Lnet/minecraft/class_26;
FIELD field_5756 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_5757 UPDATE_THREAD_FACTORY Ljava/util/concurrent/ThreadFactory;
FIELD field_5759 isDone Z
FIELD field_5759 done Z
FIELD field_5760 keepUpgradingChunks Z
FIELD field_5762 dimensionProgress Lit/unimi/dsi/fastutil/objects/Object2FloatMap;
FIELD field_5763 progress F