Package net.minecraft.world.storage
Class EmptyWorldStorage
java.lang.Object
net.minecraft.world.storage.EmptyWorldStorage
- All Implemented Interfaces:
WorldStorage
- Mappings:
Namespace Name intermediary net/minecraft/class_602glue class_694server net/minecraft/class_602client wynamed net/minecraft/world/storage/EmptyWorldStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetChunkStorage(Dimension dimension) getWorldPropertiesFile(String name) voidsave(WorldProperties properties) voidsave(WorldProperties properties, List players) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.storage.WorldStorage
forceSave, getPlayerSaveHandler
-
Constructor Details
-
EmptyWorldStorage
public EmptyWorldStorage()
-
-
Method Details
-
loadProperties
- Specified by:
loadPropertiesin interfaceWorldStorage- 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
public void checkSessionLock()- Specified by:
checkSessionLockin interfaceWorldStorage- 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
- Specified by:
getChunkStoragein interfaceWorldStorage- 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
- Specified by:
savein interfaceWorldStorage- 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
- Specified by:
savein interfaceWorldStorage- 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
-
getWorldPropertiesFile
- Specified by:
getWorldPropertiesFilein interfaceWorldStorage- 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;
-