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

14 lines
353 B
Plaintext
Raw Normal View History

2019-02-12 20:13:12 -05:00
CLASS jy net/minecraft/client/network/packet/PaintingSpawnS2CPacket
FIELD a id I
FIELD b uuid Ljava/util/UUID;
2018-11-27 13:50:51 -05:00
FIELD c pos Let;
FIELD d facing Ley;
FIELD e motive I
2019-02-06 15:22:24 -05:00
METHOD <init> (Lapf;)V
ARG 1 entity
METHOD b getId ()I
METHOD c getPaintingUuid ()Ljava/util/UUID;
2018-11-27 13:50:51 -05:00
METHOD d getPos ()Let;
METHOD e getFacing ()Ley;
2019-02-06 15:22:24 -05:00
METHOD f getMotive ()Lape;