yarn/mappings/net/minecraft/client/hotbar/CreativeHotbarStorage.mapping

10 lines
306 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS cmu net/minecraft/client/hotbar/CreativeHotbarStorage
2018-11-03 03:44:17 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b file Ljava/io/File;
FIELD c dataFixer Lcom/mojang/datafixers/DataFixer;
2018-11-15 12:05:03 -05:00
FIELD d entries [Ldap;
2018-11-03 03:44:17 -04:00
FIELD e loaded Z
METHOD a save ()V
2018-11-15 12:05:03 -05:00
METHOD a getSavedHotbar (I)Ldap;
2018-11-03 03:44:17 -04:00
METHOD b load ()V