yarn/mappings/net/minecraft/client/network/packet/LookAtClientPacket.mapping

16 lines
400 B
Plaintext
Raw Normal View History

2019-01-24 11:47:45 -05:00
CLASS lr net/minecraft/client/network/packet/LookAtClientPacket
2018-12-14 13:18:38 -05:00
FIELD a targetX D
FIELD b targetY D
FIELD c targetZ D
FIELD d entityId I
FIELD e selfAnchor Lch$a;
FIELD f targetAnchor Lch$a;
FIELD g lookAtEntity Z
2019-02-06 15:22:24 -05:00
METHOD <init> (Lch$a;Lahi;Lch$a;)V
2018-12-14 13:18:38 -05:00
ARG 1 selfAnchor
ARG 2 entity
ARG 3 targetAnchor
2019-02-06 15:22:24 -05:00
METHOD a getTargetPosition (Lbcu;)Lcmz;
2018-12-14 13:18:38 -05:00
ARG 1 world
METHOD b getSelfAnchor ()Lch$a;