yarn/mappings/net/minecraft/block/entity/impl/BlockEntityChest.mapping

59 lines
1.6 KiB
Plaintext
Raw Normal View History

2016-09-14 16:57:36 -04:00
CLASS none/arf net/minecraft/block/entity/impl/BlockEntityChest
2016-09-12 06:08:56 -04:00
FIELD f neighborNorth Lnone/arf;
FIELD g neighborEast Lnone/arf;
FIELD h neighborWest Lnone/arf;
FIELD i neighborSouth Lnone/arf;
2016-08-15 13:20:34 -04:00
FIELD o inventory Lnone/dc;
2016-09-12 06:08:56 -04:00
FIELD q type Lnone/alj$a;
2016-08-15 13:20:34 -04:00
FIELD r name Ljava/lang/String;
2016-09-12 06:08:56 -04:00
METHOD <init> (Lnone/alj$a;)V
2016-08-15 13:20:34 -04:00
ARG 0 type
2016-09-12 06:08:56 -04:00
METHOD B resetBlock ()V
METHOD D_ update ()V
2016-09-12 06:08:56 -04:00
METHOD a getInvStack (I)Lnone/aer;
2016-08-15 13:20:34 -04:00
ARG 0 slot
2016-09-12 06:08:56 -04:00
METHOD a takeInvStack (II)Lnone/aer;
ARG 0 slot
ARG 1 amount
2016-09-12 06:08:56 -04:00
METHOD a setInvStack (ILnone/aer;)V
2016-08-28 10:10:46 -04:00
ARG 0 slot
ARG 1 stack
2016-08-15 13:20:34 -04:00
METHOD a setName (Ljava/lang/String;)V
ARG 0 name
2016-09-12 06:08:56 -04:00
METHOD a createContainer (Lnone/aak;Lnone/aal;)Lnone/abw;
2016-08-28 05:43:19 -04:00
ARG 0 playerInv
ARG 1 player
2016-09-12 06:08:56 -04:00
METHOD a canPlayerUseInv (Lnone/aal;)Z
2016-08-20 15:23:28 -04:00
ARG 0 player
2016-09-12 06:08:56 -04:00
METHOD a getNeighbor (Lnone/cu;)Lnone/arf;
2016-08-12 14:24:17 -04:00
ARG 0 facing
METHOD a deserialize (Lnone/dt;)V
2016-09-12 09:16:04 -04:00
ARG 0 tag
2016-09-10 11:54:35 -04:00
METHOD a registerTagUpgraders (Lnone/pf;)V
2016-09-12 06:08:56 -04:00
METHOD b removeInvStack (I)Lnone/aer;
ARG 0 slot
METHOD b setInvField (II)V
ARG 0 pos
ARG 1 value
2016-09-12 06:08:56 -04:00
METHOD b isValidInvStack (ILnone/aer;)Z
2016-09-12 09:16:04 -04:00
ARG 0 slot
ARG 1 stack
2016-09-12 06:08:56 -04:00
METHOD b onInvOpen (Lnone/aal;)V
2016-08-20 15:23:28 -04:00
ARG 0 player
METHOD b serialize (Lnone/dt;)Lnone/dt;
2016-09-12 09:16:04 -04:00
ARG 0 tag
2016-09-12 06:08:56 -04:00
METHOD c onInvClose (Lnone/aal;)V
2016-08-20 15:23:28 -04:00
ARG 0 player
METHOD c_ getInvField (I)I
ARG 0 pos
2016-09-12 06:08:56 -04:00
METHOD h getInvFieldCount ()I
2016-08-17 17:15:57 -04:00
METHOD h_ getName ()Ljava/lang/String;
2016-09-12 06:08:56 -04:00
METHOD l getContainerId ()Ljava/lang/String;
METHOD m clearInv ()V
2016-08-17 17:15:57 -04:00
METHOD n_ hasCustomName ()Z
2016-09-12 06:08:56 -04:00
METHOD p getType ()Lnone/alj$a;
2016-08-21 07:11:10 -04:00
METHOD t_ getInvSize ()I
2016-09-14 06:00:19 -04:00
METHOD u_ isInvEmpty ()Z
2016-09-12 06:08:56 -04:00
METHOD w_ getInvMaxStackAmount ()I
METHOD z invalidate ()V