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

23 lines
528 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS aej net/minecraft/container/ContainerBeacon
CLASS aej$a SlotPayment
2017-04-05 14:11:28 -04:00
METHOD a getMaxStackAmount ()I
METHOD a canInsert (Lahf;)Z
2017-04-05 07:31:24 -04:00
FIELD a inventory Lsq;
FIELD f slotPayment Laej$a;
METHOD <init> (Lsq;Lsq;)V
ARG 0 playerInv
ARG 1 inventory
2017-04-05 14:11:28 -04:00
METHOD a canUse (Lacu;)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-04-05 14:11:28 -04:00
METHOD a addListener (Laen;)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-04-05 14:11:28 -04:00
METHOD b close (Lacu;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-04-05 14:11:28 -04:00
METHOD b getStack (Lacu;I)Lahf;
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 slot
2017-04-05 07:31:24 -04:00
METHOD e getInventory ()Lsq;