yarn/mappings/net/minecraft/container/ContainerEnchantingTable.ma...

49 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS ach net/minecraft/container/ContainerEnchantingTable
CLASS ach$1
2016-09-12 06:08:56 -04:00
METHOD v_ markDirty ()V
METHOD w_ getInvMaxStackAmount ()I
2016-10-18 11:31:59 -04:00
CLASS ach$2
2016-09-08 17:31:38 -04:00
METHOD a getMaxStackAmount ()I
2016-10-18 11:31:59 -04:00
METHOD a canInsert (Laes;)Z
2016-08-27 10:34:11 -04:00
ARG 0 stack
2016-10-18 11:31:59 -04:00
CLASS ach$3
METHOD a canInsert (Laes;)Z
2016-08-27 10:34:11 -04:00
ARG 0 stack
2016-10-18 11:31:59 -04:00
FIELD a inventory Lqv;
2016-10-18 04:53:45 -04:00
FIELD f enchantmentTableSeed I
FIELD g experienceLevels [I
FIELD h enchantmentIds [I
FIELD i enchantmentLevels [I
2016-10-18 11:31:59 -04:00
FIELD j world Laiw;
FIELD k pos Lcn;
FIELD l rand Ljava/util/Random;
2016-10-18 11:31:59 -04:00
METHOD <init> (Laal;Laiw;)V
ARG 0 playerInv
ARG 1 world
2016-10-18 11:31:59 -04:00
METHOD <init> (Laal;Laiw;Lcn;)V
ARG 0 playerInv
ARG 1 world
ARG 2 pos
2016-10-18 11:31:59 -04:00
METHOD a canUse (Laam;)Z
ARG 0 player
2016-10-18 11:31:59 -04:00
METHOD a onButtonClick (Laam;I)Z
ARG 0 player
ARG 1 buttonId
2016-10-18 11:31:59 -04:00
METHOD a addListener (Lacc;)V
ARG 0 listener
2016-10-18 11:31:59 -04:00
METHOD a getRandomEnchantments (Laes;II)Ljava/util/List;
ARG 0 stack
2016-10-18 11:31:59 -04:00
METHOD a onContentChanged (Lqv;)V
2016-10-17 19:04:13 -04:00
ARG 0 inventory
METHOD b sendContentUpdates ()V
METHOD b setProperty (II)V
ARG 0 pos
ARG 1 value
2016-10-18 11:31:59 -04:00
METHOD b close (Laam;)V
2016-08-27 10:34:11 -04:00
ARG 0 player
2016-10-18 11:31:59 -04:00
METHOD b getStack (Laam;I)Laes;
ARG 0 player
ARG 1 slot
2016-10-18 11:31:59 -04:00
METHOD c senDataToListener (Lacc;)V
2016-09-17 18:45:01 -04:00
ARG 0 listener