yarn/mappings/net/minecraft/server/network/packet/ClientCommandServerPacket.m...

15 lines
352 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS oa net/minecraft/server/network/packet/ClientCommandServerPacket
CLASS oa$a Mode
2018-12-14 13:18:38 -05:00
FIELD a entityId I
2019-01-16 13:24:40 -05:00
FIELD b mode Loa$a;
2018-12-14 13:18:38 -05:00
FIELD c mountJumpHeight I
2019-01-16 13:24:40 -05:00
METHOD a read (Lir;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
2019-01-16 13:24:40 -05:00
METHOD a apply (Liu;)V
2018-12-14 13:18:38 -05:00
ARG 1 listener
2019-01-16 13:24:40 -05:00
METHOD a apply (Lnd;)V
METHOD b write (Lir;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
2019-01-16 13:24:40 -05:00
METHOD c getMode ()Loa$a;
2018-12-14 13:18:38 -05:00
METHOD d getMountJumpHeight ()I