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

15 lines
486 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/bau net/minecraft/world/IWorldSaveHandler
2016-08-25 05:46:44 -04:00
METHOD a getDataFileName (Ljava/lang/String;)Ljava/io/File;
ARG 0 name
2016-09-12 06:08:56 -04:00
METHOD a (Lnone/aue;)Lnone/atw;
ARG 0 dimensionProvider
2016-09-12 06:08:56 -04:00
METHOD a saveWorld (Lnone/bat;)V
ARG 0 worldProperties
2016-09-12 06:08:56 -04:00
METHOD a saveWorld (Lnone/bat;Lnone/dt;)V
ARG 0 worldProperties
ARG 1 playerTag
2016-08-25 05:46:44 -04:00
METHOD b getWorldDir ()Ljava/io/File;
METHOD c checkSessionLock ()V
2016-09-12 06:08:56 -04:00
METHOD d readWorldProperties ()Lnone/bat;
METHOD e getPlayerSaveHandler ()Lnone/bba;