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

14 lines
347 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS acs net/minecraft/inventory/InventoryEnderChest
FIELD a currentBlockEntity Larn;
METHOD a canPlayerUseInv (Laam;)Z
2016-09-12 06:08:56 -04:00
ARG 0 player
2016-10-18 11:31:59 -04:00
METHOD a setCurrentBlockEntity (Larn;)V
2016-09-12 16:13:50 -04:00
ARG 0 value
2016-10-18 11:31:59 -04:00
METHOD a readTags (Ldz;)V
2016-09-12 06:08:56 -04:00
ARG 0 tags
2016-10-18 11:31:59 -04:00
METHOD b onInvOpen (Laam;)V
2016-09-12 06:08:56 -04:00
ARG 0 player
2016-10-18 11:31:59 -04:00
METHOD c onInvClose (Laam;)V
2016-09-12 06:08:56 -04:00
ARG 0 player
2016-10-18 11:31:59 -04:00
METHOD i getTags ()Ldz;