yarn/mappings/net/minecraft/nbt/PersistedState.mapping

10 lines
262 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS cgh net/minecraft/nbt/PersistedState
FIELD a key Ljava/lang/String;
FIELD b dirty Z
2018-11-27 13:50:51 -05:00
METHOD a deserialize (Lhp;)V
METHOD a setDirty (Z)V
2018-11-27 13:50:51 -05:00
METHOD b serialize (Lhp;)Lhp;
2018-11-21 11:58:05 -05:00
METHOD d markDirty ()V
METHOD e getDirty ()Z
METHOD f getKey ()Ljava/lang/String;