yarn/mappings/net/minecraft/block/entity/BlockEntitySkull.mapping

34 lines
1.0 KiB
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS awb net/minecraft/block/entity/BlockEntitySkull
2016-08-15 13:20:34 -04:00
FIELD a type I
FIELD f rotation I
FIELD g owner Lcom/mojang/authlib/GameProfile;
2017-06-08 10:01:49 -04:00
FIELD j userCache Lpf;
FIELD k sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
2016-09-19 10:40:26 -04:00
METHOD a getOwner ()Lcom/mojang/authlib/GameProfile;
METHOD a setType (I)V
2017-05-13 02:02:51 -04:00
ARG 0 type
2017-06-08 10:01:49 -04:00
METHOD a applyMirror (Larw;)V
ARG 0 mirror
2017-06-08 10:01:49 -04:00
METHOD a applyRotation (Latk;)V
ARG 0 rotation
2016-09-19 10:40:26 -04:00
METHOD a setOwnerAndType (Lcom/mojang/authlib/GameProfile;)V
2017-05-13 02:02:51 -04:00
ARG 0 owner
METHOD a setSessionService (Lcom/mojang/authlib/minecraft/MinecraftSessionService;)V
2017-05-13 02:02:51 -04:00
ARG 0 value
2017-06-08 10:01:49 -04:00
METHOD a deserialize (Lfy;)V
2017-05-13 02:02:51 -04:00
ARG 0 tag
2017-06-08 10:01:49 -04:00
METHOD a setUserCache (Lpf;)V
2017-05-13 02:02:51 -04:00
ARG 0 value
2016-08-15 13:20:34 -04:00
METHOD b setRotation (I)V
2017-05-13 02:02:51 -04:00
ARG 0 value
2016-09-19 10:40:26 -04:00
METHOD b loadProperties (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
2017-05-13 02:02:51 -04:00
ARG 0 profile
2017-06-08 10:01:49 -04:00
METHOD b serialize (Lfy;)Lfy;
2017-05-13 02:02:51 -04:00
ARG 0 tag
2017-06-08 10:01:49 -04:00
METHOD c getUpdatePacket ()Lih;
METHOD d serializeInitialChunkData ()Lfy;
METHOD e update ()V
METHOD f getType ()I
METHOD h getRotation ()I
METHOD i loadOwnerProperties ()V