yarn/mappings/net/minecraft/client/world/DummyWorldSaveHandler.mapping

14 lines
449 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS cex net/minecraft/client/world/DummyWorldSaveHandler
METHOD a getWorldDir ()Ljava/io/File;
2018-10-31 12:57:21 -04:00
METHOD a createChunkSaveHandler (Lbqi;)Lbqc;
2018-11-04 07:22:38 -05:00
ARG 1 worldProvider
2018-10-31 12:57:21 -04:00
METHOD a getDataFile (Lbqj;Ljava/lang/String;)Ljava/io/File;
METHOD a saveWorld (Lcer;)V
2018-11-04 07:22:38 -05:00
ARG 1 properties
2018-10-31 12:57:21 -04:00
METHOD a saveWorld (Lcer;Lhm;)V
2018-11-04 07:22:38 -05:00
ARG 1 properties
ARG 2 playerTag
METHOD b checkSessionLock ()V
2018-10-31 12:57:21 -04:00
METHOD c readProperties ()Lcer;
METHOD d getPlayerSaveHandler ()Lcey;