Package net.minecraft.world.storage
Interface WorldStorage
- All Known Implementing Classes:
AlphaWorldStorage,EmptyWorldStorage,RegionWorldStorage
public interface WorldStorage
- Mappings:
Namespace Name intermediary net/minecraft/class_52glue class_561server omclient wtnamed net/minecraft/world/storage/WorldStorage
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetChunkStorage(Dimension dimension) getWorldPropertiesFile(String name) voidsave(WorldProperties properties) voidsave(WorldProperties properties, List players)
-
Method Details
-
loadProperties
WorldProperties loadProperties()- Mappings:
Namespace Name Mixin selector intermediary method_1737Lnet/minecraft/class_52;method_1737()Lnet/minecraft/class_7;glue method_663Lclass_561;method_663()Lclass_104;server cLom;c()Lct;client cLwt;c()Lei;named loadPropertiesLnet/minecraft/world/storage/WorldStorage;loadProperties()Lnet/minecraft/world/WorldProperties;
-
checkSessionLock
void checkSessionLock()- Mappings:
Namespace Name Mixin selector intermediary method_1735Lnet/minecraft/class_52;method_1735()Vglue method_660Lclass_561;method_660()Vserver bLom;b()Vclient bLwt;b()Vnamed checkSessionLockLnet/minecraft/world/storage/WorldStorage;checkSessionLock()V
-
getChunkStorage
- Mappings:
Namespace Name Mixin selector intermediary method_1734Lnet/minecraft/class_52;method_1734(Lnet/minecraft/class_50;)Lnet/minecraft/class_243;glue method_659Lclass_561;method_659(Lclass_570;)Lclass_26;server aLom;a(Los;)Lan;client aLwt;a(Lxa;)Lbf;named getChunkStorageLnet/minecraft/world/storage/WorldStorage;getChunkStorage(Lnet/minecraft/world/dimension/Dimension;)Lnet/minecraft/world/chunk/storage/ChunkStorage;
-
save
- Mappings:
Namespace Name Mixin selector intermediary method_1733Lnet/minecraft/class_52;method_1733(Lnet/minecraft/class_7;Ljava/util/List;)Vglue method_656Lclass_561;method_656(Lclass_104;Ljava/util/List;)Vserver aLom;a(Lct;Ljava/util/List;)Vclient aLwt;a(Lei;Ljava/util/List;)Vnamed saveLnet/minecraft/world/storage/WorldStorage;save(Lnet/minecraft/world/WorldProperties;Ljava/util/List;)V
-
save
- Mappings:
Namespace Name Mixin selector intermediary method_1732Lnet/minecraft/class_52;method_1732(Lnet/minecraft/class_7;)Vglue method_655Lclass_561;method_655(Lclass_104;)Vserver aLom;a(Lct;)Vclient aLwt;a(Lei;)Vnamed saveLnet/minecraft/world/storage/WorldStorage;save(Lnet/minecraft/world/WorldProperties;)V
-
getPlayerSaveHandler
- Mappings:
Namespace Name Mixin selector intermediary method_1738Lnet/minecraft/class_52;method_1738()Lnet/minecraft/class_168;glue method_664Lclass_561;method_664()Lclass_208;server dLom;d()Lfl;client method_1738Lwt;method_1738()Lnet/minecraft/class_168;named getPlayerSaveHandlerLnet/minecraft/world/storage/WorldStorage;getPlayerSaveHandler()Lnet/minecraft/server/world/PlayerSaveHandler;
-
forceSave
- Mappings:
Namespace Name Mixin selector intermediary method_1739Lnet/minecraft/class_52;method_1739()Vglue method_665Lclass_561;method_665()Vserver eLom;e()Vclient method_1739Lwt;method_1739()Vnamed forceSaveLnet/minecraft/world/storage/WorldStorage;forceSave()V
-
getWorldPropertiesFile
- Mappings:
Namespace Name Mixin selector intermediary method_1736Lnet/minecraft/class_52;method_1736(Ljava/lang/String;)Ljava/io/File;glue method_662Lclass_561;method_662(Ljava/lang/String;)Ljava/io/File;server bLom;b(Ljava/lang/String;)Ljava/io/File;client aLwt;a(Ljava/lang/String;)Ljava/io/File;named getWorldPropertiesFileLnet/minecraft/world/storage/WorldStorage;getWorldPropertiesFile(Ljava/lang/String;)Ljava/io/File;
-