This commit is contained in:
qouteall 2019-08-23 04:26:00 +08:00 committed by Modmuss50
parent f8b340109c
commit fb586361ab
2 changed files with 5 additions and 0 deletions

View File

@ -192,6 +192,7 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
ARG 1 report
METHOD method_1588 isAmbientOcclusionEnabled ()Z
METHOD method_1589 isConnectedToRealms ()Z
METHOD method_1590 handleBlockBreaking (Z)V
METHOD method_1592 scheduleStop ()V
METHOD method_16008 isFramerateLimited ()Z
METHOD method_16009 getFramerateLimit ()I

View File

@ -1,7 +1,10 @@
CLASS net/minecraft/class_636 net/minecraft/client/network/ClientPlayerInteractionManager
FIELD field_20316 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_3712 client Lnet/minecraft/class_310;
FIELD field_3713 blockBreakingSoundCooldown F
FIELD field_3714 currentBreakingPos Lnet/minecraft/class_2338;
FIELD field_3715 currentBreakingProgress F
FIELD field_3716 blockBreakingCooldown I
FIELD field_3717 breakingBlock Z
FIELD field_3718 selectedStack Lnet/minecraft/class_1799;
FIELD field_3719 gameMode Lnet/minecraft/class_1934;
@ -22,6 +25,7 @@ CLASS net/minecraft/class_636 net/minecraft/client/network/ClientPlayerInteracti
ARG 1 world
ARG 2 stateHandler
ARG 3 recipeBook
METHOD method_2902 updateBlockBreakingProgress (Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z
METHOD method_2903 copyAbilities (Lnet/minecraft/class_1657;)V
METHOD method_2904 getReachDistance ()F
METHOD method_2905 interactEntity (Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;