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

24 lines
547 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS arj net/minecraft/container/ContainerBeacon
CLASS arj$a SlotPayment
2017-04-05 14:11:28 -04:00
METHOD a getMaxStackAmount ()I
2018-10-31 12:57:21 -04:00
METHOD a canInsert (Lauv;)Z
2017-06-08 10:09:29 -04:00
ARG 0 stack
2018-10-31 12:57:21 -04:00
FIELD a inventory Laei;
FIELD f slotPayment Larj$a;
METHOD <init> (Laei;Laei;)V
ARG 0 playerInv
ARG 1 inventory
2018-10-31 12:57:21 -04:00
METHOD a canUse (Lapr;)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
2018-10-31 12:57:21 -04:00
METHOD a addListener (Laro;)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
2018-10-31 12:57:21 -04:00
METHOD b close (Lapr;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
2018-10-31 12:57:21 -04:00
METHOD b getStack (Lapr;I)Lauv;
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 slot
2018-10-31 12:57:21 -04:00
METHOD d getInventory ()Laei;