yarn/mappings/net/minecraft/container/ContainerBeacon.mapping

24 lines
543 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS afr net/minecraft/container/ContainerBeacon
CLASS afr$a SlotPayment
2017-04-05 14:11:28 -04:00
METHOD a getMaxStackAmount ()I
2017-06-08 10:01:49 -04:00
METHOD a canInsert (Lain;)Z
2017-06-08 10:09:29 -04:00
ARG 0 stack
2017-06-08 10:01:49 -04:00
FIELD a inventory Ltt;
FIELD f slotPayment Lafr$a;
METHOD <init> (Ltt;Ltt;)V
ARG 0 playerInv
ARG 1 inventory
2017-06-08 10:01:49 -04:00
METHOD a canUse (Laeb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-06-08 10:01:49 -04:00
METHOD a addListener (Lafv;)V
2017-05-13 02:02:51 -04:00
ARG 0 listener
2017-04-05 14:11:28 -04:00
METHOD b setProperty (II)V
2017-05-13 02:02:51 -04:00
ARG 0 pos
ARG 1 value
2017-06-08 10:01:49 -04:00
METHOD b close (Laeb;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-06-08 10:01:49 -04:00
METHOD b getStack (Laeb;I)Lain;
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 slot
2017-06-08 10:01:49 -04:00
METHOD e getInventory ()Ltt;