yarn/mappings/net/minecraft/network/packet/client/CPacketGuiOpen.mapping

36 lines
783 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS kj net/minecraft/network/packet/client/CPacketGuiOpen
FIELD a id I
FIELD b type Ljava/lang/String;
2018-10-31 12:57:21 -04:00
FIELD c title Lix;
FIELD d slotCount I
FIELD e entityHorseId I
2018-10-31 12:57:21 -04:00
METHOD <init> (ILjava/lang/String;Lix;)V
ARG 0 id
ARG 1 type
ARG 2 title
2018-10-31 12:57:21 -04:00
METHOD <init> (ILjava/lang/String;Lix;I)V
ARG 0 id
ARG 1 type
ARG 2 title
ARG 3 slotCount
2018-10-31 12:57:21 -04:00
METHOD <init> (ILjava/lang/String;Lix;II)V
ARG 0 id
ARG 1 type
ARG 2 title
ARG 3 slotCount
ARG 4 iAmAHorseId
2018-11-04 04:35:30 -05:00
METHOD a read (Lin;)V
ARG 0 buf
2018-11-04 04:35:30 -05:00
METHOD a apply (Liq;)V
2017-05-13 02:02:51 -04:00
ARG 0 handler
2018-11-04 04:35:30 -05:00
METHOD a apply (Ljo;)V
2017-05-13 02:02:51 -04:00
ARG 0 handler
METHOD b getId ()I
2018-11-04 04:35:30 -05:00
METHOD b write (Lin;)V
ARG 0 buf
METHOD c getType ()Ljava/lang/String;
2018-10-31 12:57:21 -04:00
METHOD d getTitle ()Lix;
METHOD e getSlotCount ()I
METHOD f getHorseId ()I
METHOD g hasSlots ()Z