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

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-09-28 08:17:20 -04:00
CLASS none/arx 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;
FIELD j userCache Lnone/mn;
FIELD k sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
METHOD D_ update ()V
2016-09-19 10:40:26 -04:00
METHOD a getOwner ()Lcom/mojang/authlib/GameProfile;
METHOD a setType (I)V
ARG 0 type
METHOD a setOwnerAndType (Lcom/mojang/authlib/GameProfile;)V
ARG 0 owner
METHOD a setSessionService (Lcom/mojang/authlib/minecraft/MinecraftSessionService;)V
2016-09-19 10:40:26 -04:00
ARG 0 value
2016-09-20 11:18:54 -04:00
METHOD a applyMirror (Lnone/any;)V
2016-08-20 15:23:28 -04:00
ARG 0 mirror
2016-09-20 11:18:54 -04:00
METHOD a applyRotation (Lnone/apl;)V
2016-08-28 10:10:46 -04:00
ARG 0 rotation
METHOD a deserialize (Lnone/dt;)V
2016-09-12 09:16:04 -04:00
ARG 0 tag
METHOD a setUserCache (Lnone/mn;)V
2016-09-19 10:40:26 -04:00
ARG 0 value
2016-08-15 13:20:34 -04:00
METHOD b setRotation (I)V
2016-09-19 10:40:26 -04:00
ARG 0 value
METHOD b loadProperties (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
ARG 0 profile
METHOD b serialize (Lnone/dt;)Lnone/dt;
2016-09-12 09:16:04 -04:00
ARG 0 tag
2016-09-12 06:08:56 -04:00
METHOD c getUpdatePacket ()Lnone/fy;
METHOD d serializeInitialChunkData ()Lnone/dt;
2016-08-15 13:20:34 -04:00
METHOD e getType ()I
2016-09-12 06:08:56 -04:00
METHOD f getRotation ()I
2016-09-19 10:40:26 -04:00
METHOD h loadOwnerProperties ()V