yarn/mappings/net/minecraft/item/ItemUsageContext.mapping

27 lines
616 B
Plaintext
Raw Normal View History

2019-06-03 12:48:18 -04:00
CLASS bdn net/minecraft/item/ItemUsageContext
FIELD b player Lavz;
FIELD c hand Lahd;
FIELD d hit Lcru;
FIELD e world Lbhj;
FIELD f stack Lbcc;
METHOD <init> (Lavz;Lahd;Lcru;)V
2019-01-24 08:08:28 -05:00
ARG 1 player
2019-06-03 12:42:18 -04:00
ARG 2 hand
ARG 3 hit
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbhj;Lavz;Lahd;Lbcc;Lcru;)V
2019-01-24 08:08:28 -05:00
ARG 1 world
ARG 2 player
ARG 3 hand
ARG 4 stack
2019-06-03 12:42:18 -04:00
ARG 5 hit
2019-03-20 13:56:26 -04:00
METHOD a getBlockPos ()Lev;
2019-06-03 12:42:18 -04:00
METHOD f getPlayerFacing ()Lfa;
METHOD g isPlayerSneaking ()Z
METHOD h getPlayerYaw ()F
2019-06-03 12:42:18 -04:00
METHOD i getSide ()Lfa;
2019-06-03 12:48:18 -04:00
METHOD j getHitPos ()Lcry;
METHOD l getStack ()Lbcc;
METHOD m getPlayer ()Lavz;
METHOD n getHand ()Lahd;
METHOD o getWorld ()Lbhj;