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

10 lines
262 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS chu net/minecraft/nbt/PersistedState
FIELD a key Ljava/lang/String;
FIELD b dirty Z
2018-12-12 12:12:26 -05:00
METHOD a deserialize (Lhs;)V
METHOD a setDirty (Z)V
2018-12-12 12:12:26 -05:00
METHOD b serialize (Lhs;)Lhs;
2018-11-21 11:58:05 -05:00
METHOD d markDirty ()V
METHOD e getDirty ()Z
METHOD f getKey ()Ljava/lang/String;