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

18 lines
702 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS buk net/minecraft/block/entity/SkullBlockEntity
FIELD a owner Lcom/mojang/authlib/GameProfile;
2019-01-24 11:08:22 -05:00
FIELD b ticksPowered I
FIELD c isPowered Z
2019-04-18 17:01:39 -04:00
FIELD g userCache Lxm;
FIELD h sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
2019-01-24 11:08:22 -05:00
METHOD a getTicksPowered (F)F
ARG 1 tickDelta
2016-09-19 10:40:26 -04:00
METHOD a setOwnerAndType (Lcom/mojang/authlib/GameProfile;)V
METHOD a setSessionService (Lcom/mojang/authlib/minecraft/MinecraftSessionService;)V
2017-05-13 02:02:51 -04:00
ARG 0 value
2019-04-18 17:01:39 -04:00
METHOD a setUserCache (Lxm;)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
2019-05-16 12:28:41 -04:00
METHOD d getOwner ()Lcom/mojang/authlib/GameProfile;
METHOD f loadOwnerProperties ()V