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

16 lines
512 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/bau 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
METHOD a createChunkSaveHandler (Lnone/aue;)Lnone/atw;
ARG 0 worldProvider
2016-09-12 06:08:56 -04:00
METHOD a saveWorld (Lnone/bat;)V
ARG 0 properties
2016-09-12 06:08:56 -04:00
METHOD a saveWorld (Lnone/bat;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
METHOD d readProperties ()Lnone/bat;
2016-09-12 06:08:56 -04:00
METHOD e getPlayerSaveHandler ()Lnone/bba;