Package net.minecraft.world.storage
Class AlphaWorldStorage
java.lang.Object
net.minecraft.world.storage.AlphaWorldStorage
- All Implemented Interfaces:
PlayerSaveHandler,WorldStorage
- Direct Known Subclasses:
RegionWorldStorage
@EnvironmentInterfaces(@EnvironmentInterface(value=SERVER,itf=PlayerSaveHandler.class))
public class AlphaWorldStorage
extends Object
implements PlayerSaveHandler, WorldStorage
- Mappings:
Namespace Name intermediary net/minecraft/class_81glue class_138server dqclient fmnamed net/minecraft/world/storage/AlphaWorldStorage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetChunkStorage(Dimension dimension) protected FilegetWorldPropertiesFile(String name) loadPlayerData(String playerName) voidloadPlayerData(PlayerEntity player) voidsave(WorldProperties properties) voidsave(WorldProperties properties, List players) voidsavePlayerData(PlayerEntity player) private void
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector intermediary field_278Lnet/minecraft/class_81;field_278:Ljava/util/logging/Logger;glue field_511Lclass_138;field_511:Ljava/util/logging/Logger;server aLdq;a:Ljava/util/logging/Logger;client aLfm;a:Ljava/util/logging/Logger;named LOGGERLnet/minecraft/world/storage/AlphaWorldStorage;LOGGER:Ljava/util/logging/Logger;
-
dir
- Mappings:
Namespace Name Mixin selector intermediary field_279Lnet/minecraft/class_81;field_279:Ljava/io/File;glue field_512Lclass_138;field_512:Ljava/io/File;server bLdq;b:Ljava/io/File;client bLfm;b:Ljava/io/File;named dirLnet/minecraft/world/storage/AlphaWorldStorage;dir:Ljava/io/File;
-
playerDataDir
- Mappings:
Namespace Name Mixin selector intermediary field_280Lnet/minecraft/class_81;field_280:Ljava/io/File;glue field_513Lclass_138;field_513:Ljava/io/File;server cLdq;c:Ljava/io/File;client cLfm;c:Ljava/io/File;named playerDataDirLnet/minecraft/world/storage/AlphaWorldStorage;playerDataDir:Ljava/io/File;
-
dataDir
- Mappings:
Namespace Name Mixin selector intermediary field_281Lnet/minecraft/class_81;field_281:Ljava/io/File;glue field_514Lclass_138;field_514:Ljava/io/File;server dLdq;d:Ljava/io/File;client dLfm;d:Ljava/io/File;named dataDirLnet/minecraft/world/storage/AlphaWorldStorage;dataDir:Ljava/io/File;
-
startTime
private final long startTime- Mappings:
Namespace Name Mixin selector intermediary field_282Lnet/minecraft/class_81;field_282:Jglue field_515Lclass_138;field_515:Jserver eLdq;e:Jclient eLfm;e:Jnamed startTimeLnet/minecraft/world/storage/AlphaWorldStorage;startTime:J
-
-
Constructor Details
-
AlphaWorldStorage
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_81;<init>(Ljava/io/File;Ljava/lang/String;Z)Vglue <init>Lclass_138;<init>(Ljava/io/File;Ljava/lang/String;Z)Vserver <init>Ldq;<init>(Ljava/io/File;Ljava/lang/String;Z)Vclient <init>Lfm;<init>(Ljava/io/File;Ljava/lang/String;Z)Vnamed <init>Lnet/minecraft/world/storage/AlphaWorldStorage;<init>(Ljava/io/File;Ljava/lang/String;Z)V
-
-
Method Details
-
writeSessionLock
private void writeSessionLock()- Mappings:
Namespace Name Mixin selector intermediary method_334Lnet/minecraft/class_81;method_334()Vglue method_666Lclass_138;method_666()Vserver fLdq;f()Vclient dLfm;d()Vnamed writeSessionLockLnet/minecraft/world/storage/AlphaWorldStorage;writeSessionLock()V
-
getDirectory
- Mappings:
Namespace Name Mixin selector intermediary method_332Lnet/minecraft/class_81;method_332()Ljava/io/File;glue method_654Lclass_138;method_654()Ljava/io/File;server aLdq;a()Ljava/io/File;client aLfm;a()Ljava/io/File;named getDirectoryLnet/minecraft/world/storage/AlphaWorldStorage;getDirectory()Ljava/io/File;
-
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;
-
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;
-
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
-
savePlayerData
- Specified by:
savePlayerDatain interfacePlayerSaveHandler- Mappings:
Namespace Name Mixin selector intermediary method_609Lnet/minecraft/class_168;method_609(Lnet/minecraft/class_54;)Vglue method_657Lclass_208;method_657(Lclass_172;)Vserver aLfl;a(Lem;)Vclient method_609Lnet/minecraft/class_168;method_609(Lgs;)Vnamed savePlayerDataLnet/minecraft/server/world/PlayerSaveHandler;savePlayerData(Lnet/minecraft/entity/player/PlayerEntity;)V
-
loadPlayerData
- Specified by:
loadPlayerDatain interfacePlayerSaveHandler- Mappings:
Namespace Name Mixin selector intermediary method_610Lnet/minecraft/class_168;method_610(Lnet/minecraft/class_54;)Vglue method_661Lclass_208;method_661(Lclass_172;)Vserver bLfl;b(Lem;)Vclient method_610Lnet/minecraft/class_168;method_610(Lgs;)Vnamed loadPlayerDataLnet/minecraft/server/world/PlayerSaveHandler;loadPlayerData(Lnet/minecraft/entity/player/PlayerEntity;)V
-
loadPlayerData
- Mappings:
Namespace Name Mixin selector intermediary method_333Lnet/minecraft/class_81;method_333(Ljava/lang/String;)Lnet/minecraft/class_8;glue method_658Lclass_138;method_658(Ljava/lang/String;)Lclass_333;server aLdq;a(Ljava/lang/String;)Liq;client method_333Lfm;method_333(Ljava/lang/String;)Lnu;named loadPlayerDataLnet/minecraft/world/storage/AlphaWorldStorage;loadPlayerData(Ljava/lang/String;)Lnet/minecraft/nbt/NbtCompound;
-
getPlayerSaveHandler
- Specified by:
getPlayerSaveHandlerin interfaceWorldStorage- 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
- Specified by:
forceSavein interfaceWorldStorage- 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
- 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;
-