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

18 lines
702 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS buo 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-06-07 07:45:25 -04:00
FIELD g userCache Lxp;
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-06-07 07:45:25 -04:00
METHOD a setUserCache (Lxp;)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