1.16.4-pre1

This commit is contained in:
modmuss50 2020-10-15 18:34:26 +01:00
parent 4571cee0d8
commit 724d9a0ac4
5 changed files with 4 additions and 9 deletions

View File

@ -23,7 +23,7 @@ plugins {
id 'java' // for jd gen
}
def minecraft_version = "1.16.3"
def minecraft_version = "1.16.4-pre1"
def ENV = System.getenv()
// Fetch build number from Jenkins

View File

@ -17,7 +17,7 @@ CLASS net/minecraft/class_344 net/minecraft/client/gui/widget/TexturedButtonWidg
ARG 9 textureWidth
ARG 10 textureHeight
ARG 11 pressAction
METHOD <init> (IIIIIIILnet/minecraft/class_2960;IILnet/minecraft/class_4185$class_4241;Lnet/minecraft/class_2561;)V
METHOD <init> (IIIIIIILnet/minecraft/class_2960;IILnet/minecraft/class_4185$class_4241;Lnet/minecraft/class_4185$class_5316;Lnet/minecraft/class_2561;)V
ARG 1 x
ARG 2 y
ARG 3 width

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4356 net/minecraft/client/realms/exception/RetryCallException
FIELD field_19608 delaySeconds I
METHOD <init> (I)V
METHOD <init> (II)V
ARG 1 delaySeconds

View File

@ -1,8 +1,6 @@
CLASS net/minecraft/class_1156 net/minecraft/client/tutorial/TutorialManager
FIELD field_5645 client Lnet/minecraft/class_310;
FIELD field_5646 currentHandler Lnet/minecraft/class_1155;
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_4905 getGameMode ()Lnet/minecraft/class_1934;
METHOD method_4906 onSlotUpdate (Lnet/minecraft/class_1799;)V
ARG 1 stack

View File

@ -1,11 +1,8 @@
CLASS net/minecraft/class_2820 net/minecraft/network/packet/c2s/play/BookUpdateC2SPacket
FIELD field_12863 book Lnet/minecraft/class_1799;
FIELD field_12864 signed Z
FIELD field_12865 hand Lnet/minecraft/class_1268;
METHOD <init> (Lnet/minecraft/class_1799;ZLnet/minecraft/class_1268;)V
METHOD <init> (Lnet/minecraft/class_1799;ZI)V
ARG 1 book
ARG 2 signed
ARG 3 hand
METHOD method_12235 getHand ()Lnet/minecraft/class_1268;
METHOD method_12237 getBook ()Lnet/minecraft/class_1799;
METHOD method_12238 wasSigned ()Z