Record Class LevelStorage.LevelSave
java.lang.Object
java.lang.Record
net.minecraft.world.level.storage.LevelStorage.LevelSave
- Record Components:
- path-
- Enclosing class:
- LevelStorage
- Mappings:
- Namespace - Name - official - dyy$b- intermediary - net/minecraft/class_32$class_7411- named - net/minecraft/world/level/storage/LevelStorage$LevelSave- official - a- intermediary - comp_732- named - path
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.getCorruptedLevelDatPath(LocalDateTime dateTime) getPath(WorldSavePath savePath) final inthashCode()Returns a hash code value for this object.path()Returns the value of thepathrecord component.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
pathThe field for thepathrecord component.
 
- 
- 
Constructor Details- 
LevelSaveCreates an instance of aLevelSaverecord class.- Parameters:
- path- the value for the- pathrecord component
 
 
- 
- 
Method Details- 
getRootPath- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyy$b;a()Ljava/lang/String;- intermediary - method_43422- Lnet/minecraft/class_32$class_7411;method_43422()Ljava/lang/String;- named - getRootPath- Lnet/minecraft/world/level/storage/LevelStorage$LevelSave;getRootPath()Ljava/lang/String;
 
- 
getLevelDatPath- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldyy$b;b()Ljava/nio/file/Path;- intermediary - method_43425- Lnet/minecraft/class_32$class_7411;method_43425()Ljava/nio/file/Path;- named - getLevelDatPath- Lnet/minecraft/world/level/storage/LevelStorage$LevelSave;getLevelDatPath()Ljava/nio/file/Path;
 
- 
getLevelDatOldPath- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldyy$b;c()Ljava/nio/file/Path;- intermediary - method_43426- Lnet/minecraft/class_32$class_7411;method_43426()Ljava/nio/file/Path;- named - getLevelDatOldPath- Lnet/minecraft/world/level/storage/LevelStorage$LevelSave;getLevelDatOldPath()Ljava/nio/file/Path;
 
- 
getCorruptedLevelDatPath- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyy$b;a(Ljava/time/LocalDateTime;)Ljava/nio/file/Path;- intermediary - method_43424- Lnet/minecraft/class_32$class_7411;method_43424(Ljava/time/LocalDateTime;)Ljava/nio/file/Path;- named - getCorruptedLevelDatPath- Lnet/minecraft/world/level/storage/LevelStorage$LevelSave;getCorruptedLevelDatPath(Ljava/time/LocalDateTime;)Ljava/nio/file/Path;
 
- 
getIconPath- Mappings:
- Namespace - Name - Mixin selector - official - d- Ldyy$b;d()Ljava/nio/file/Path;- intermediary - method_43427- Lnet/minecraft/class_32$class_7411;method_43427()Ljava/nio/file/Path;- named - getIconPath- Lnet/minecraft/world/level/storage/LevelStorage$LevelSave;getIconPath()Ljava/nio/file/Path;
 
- 
getSessionLockPath- Mappings:
- Namespace - Name - Mixin selector - official - e- Ldyy$b;e()Ljava/nio/file/Path;- intermediary - method_43428- Lnet/minecraft/class_32$class_7411;method_43428()Ljava/nio/file/Path;- named - getSessionLockPath- Lnet/minecraft/world/level/storage/LevelStorage$LevelSave;getSessionLockPath()Ljava/nio/file/Path;
 
- 
getPath- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyy$b;a(Ldyw;)Ljava/nio/file/Path;- intermediary - method_43423- Lnet/minecraft/class_32$class_7411;method_43423(Lnet/minecraft/class_5218;)Ljava/nio/file/Path;- named - getPath- Lnet/minecraft/world/level/storage/LevelStorage$LevelSave;getPath(Lnet/minecraft/util/WorldSavePath;)Ljava/nio/file/Path;
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object).
- 
pathReturns the value of thepathrecord component.- Returns:
- the value of the pathrecord component
 
 
-