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

24 lines
547 B
Plaintext
Raw Normal View History

CLASS aqs net/minecraft/container/ContainerBeacon
CLASS aqs$a SlotPayment
2017-04-05 14:11:28 -04:00
METHOD a getMaxStackAmount ()I
METHOD a canInsert (Lauc;)Z
2017-06-08 10:09:29 -04:00
ARG 0 stack
FIELD a inventory Ladu;
FIELD f slotPayment Laqs$a;
METHOD <init> (Ladu;Ladu;)V
ARG 0 playerInv
ARG 1 inventory
METHOD a canUse (Lapb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
METHOD a addListener (Laqw;)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
METHOD b close (Lapb;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
METHOD b getStack (Lapb;I)Lauc;
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 slot
METHOD d getInventory ()Ladu;