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

16 lines
512 B
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/bav net/minecraft/world/IWorldSaveHandler
METHOD a saveRegions ()V
METHOD a getDataFile (Ljava/lang/String;)Ljava/io/File;
2016-08-25 05:46:44 -04:00
ARG 0 name
2016-09-20 11:18:54 -04:00
METHOD a createChunkSaveHandler (Lnone/auf;)Lnone/atx;
ARG 0 worldProvider
2016-09-20 11:18:54 -04:00
METHOD a saveWorld (Lnone/bau;)V
ARG 0 properties
2016-09-20 11:18:54 -04:00
METHOD a saveWorld (Lnone/bau;Lnone/dt;)V
ARG 0 properties
ARG 1 playerTag
2016-08-25 05:46:44 -04:00
METHOD b getWorldDir ()Ljava/io/File;
METHOD c checkSessionLock ()V
2016-09-20 11:18:54 -04:00
METHOD d readProperties ()Lnone/bau;
METHOD e getPlayerSaveHandler ()Lnone/bbb;