yarn/mappings/net/minecraft/block/tile/impl/TileEntityChest.mapping

35 lines
1010 B
Plaintext
Raw Normal View History

2016-08-12 14:24:17 -04:00
CLASS none/ard net/minecraft/block/tile/impl/TileEntityChest
FIELD f neighborNorth Lnone/ard;
FIELD g neighborEast Lnone/ard;
FIELD h neighborWest Lnone/ard;
FIELD i neighborSouth Lnone/ard;
2016-08-15 13:20:34 -04:00
FIELD o inventory Lnone/dc;
FIELD q type Lnone/ali$a;
FIELD r name Ljava/lang/String;
METHOD <init> (Lnone/ali$a;)V
ARG 0 type
2016-08-20 15:23:28 -04:00
METHOD A resetBlock ()V
METHOD D_ update ()V
2016-08-17 14:57:56 -04:00
METHOD a getInventoryStack (I)Lnone/aeq;
2016-08-15 13:20:34 -04:00
ARG 0 slot
2016-08-17 14:57:56 -04:00
METHOD a setInventoryStack (ILnone/aeq;)V
2016-08-15 13:20:34 -04:00
METHOD a setName (Ljava/lang/String;)V
ARG 0 name
2016-08-20 15:23:28 -04:00
METHOD a (Lnone/aak;)Z
ARG 0 player
2016-08-12 14:24:17 -04:00
METHOD a getNeighbor (Lnone/cu;)Lnone/ard;
ARG 0 facing
2016-08-14 16:19:38 -04:00
METHOD a deserializeTag (Lnone/dt;)V
2016-08-17 14:57:56 -04:00
METHOD b isValidInventoryStack (ILnone/aeq;)Z
2016-08-20 15:23:28 -04:00
METHOD b (Lnone/aak;)V
ARG 0 player
2016-08-14 16:19:38 -04:00
METHOD b serializeTag (Lnone/dt;)Lnone/dt;
2016-08-20 15:23:28 -04:00
METHOD c (Lnone/aak;)V
ARG 0 player
2016-08-17 17:15:57 -04:00
METHOD h_ getName ()Ljava/lang/String;
2016-08-20 15:23:28 -04:00
METHOD l clear ()V
2016-08-17 17:15:57 -04:00
METHOD n_ hasCustomName ()Z
2016-08-20 15:23:28 -04:00
METHOD o getType ()Lnone/ali$a;
2016-08-17 14:57:56 -04:00
METHOD t_ getInventorySize ()I
2016-08-17 17:15:57 -04:00
METHOD y invalidate ()V