yarn/mappings/net/minecraft/inventory/InventoryEnderChest.mapping

14 lines
347 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS agk net/minecraft/inventory/InventoryEnderChest
FIELD a currentBlockEntity Lavq;
METHOD a canPlayerUseInv (Laeb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-06-08 10:01:49 -04:00
METHOD a setCurrentBlockEntity (Lavq;)V
2017-05-13 02:02:51 -04:00
ARG 0 value
2017-06-08 10:01:49 -04:00
METHOD a readTags (Lge;)V
2017-05-13 02:02:51 -04:00
ARG 0 tags
2017-06-08 10:01:49 -04:00
METHOD b onInvOpen (Laeb;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-06-08 10:01:49 -04:00
METHOD c onInvClose (Laeb;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-06-08 10:01:49 -04:00
METHOD i getTags ()Lge;