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

16 lines
472 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS bav net/minecraft/world/IWorldSaveHandler
METHOD a saveRegions ()V
2016-10-18 11:31:59 -04:00
METHOD a createChunkSaveHandler (Lauf;)Latx;
ARG 0 worldProvider
2016-10-18 11:31:59 -04:00
METHOD a saveWorld (Lbau;)V
ARG 0 properties
2016-10-18 11:31:59 -04:00
METHOD a saveWorld (Lbau;Ldt;)V
ARG 0 properties
ARG 1 playerTag
2016-10-18 11:31:59 -04:00
METHOD a getDataFile (Ljava/lang/String;)Ljava/io/File;
ARG 0 name
2016-08-25 05:46:44 -04:00
METHOD b getWorldDir ()Ljava/io/File;
METHOD c checkSessionLock ()V
2016-10-18 11:31:59 -04:00
METHOD d readProperties ()Lbau;
METHOD e getPlayerSaveHandler ()Lbbb;