yarn/mappings/net/minecraft/world/IWorldSaveHandler.mapping

11 lines
381 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS bdp net/minecraft/world/IWorldSaveHandler
METHOD a saveRegions ()V
2017-04-05 07:31:24 -04:00
METHOD a createChunkSaveHandler (Lawx;)Lawp;
METHOD a saveWorld (Lbdo;)V
METHOD a saveWorld (Lbdo;Lfc;)V
2016-10-18 11:31:59 -04:00
METHOD a getDataFile (Ljava/lang/String;)Ljava/io/File;
2016-08-25 05:46:44 -04:00
METHOD b getWorldDir ()Ljava/io/File;
METHOD c checkSessionLock ()V
2017-04-05 07:31:24 -04:00
METHOD d readProperties ()Lbdo;
METHOD e getPlayerSaveHandler ()Lbdv;