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

27 lines
616 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS bdp net/minecraft/item/ItemUsageContext
FIELD b player Lawb;
FIELD c hand Lahf;
2019-06-19 13:48:53 -04:00
FIELD d hit Lcrx;
FIELD e world Lbhm;
2019-06-07 07:45:25 -04:00
FIELD f stack Lbce;
2019-06-19 13:48:53 -04:00
METHOD <init> (Lawb;Lahf;Lcrx;)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-19 13:48:53 -04:00
METHOD <init> (Lbhm;Lawb;Lahf;Lbce;Lcrx;)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-19 13:48:53 -04:00
METHOD j getHitPos ()Lcsb;
2019-06-07 07:45:25 -04:00
METHOD l getStack ()Lbce;
METHOD m getPlayer ()Lawb;
METHOD n getHand ()Lahf;
2019-06-19 13:48:53 -04:00
METHOD o getWorld ()Lbhm;