Record Class LevelStorage.class_7411
java.lang.Object
java.lang.Record
net.minecraft.world.level.storage.LevelStorage.class_7411
- Record Components:
path-
- Enclosing class:
LevelStorage
- Mappings:
Namespace Name official dot$bintermediary net/minecraft/class_32$class_7411named net/minecraft/world/level/storage/LevelStorage$class_7411official aintermediary comp_732named path
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.method_43423(WorldSavePath worldSavePath) method_43424(LocalDateTime localDateTime) path()Returns the value of thepathrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
path
The field for thepathrecord component.
-
-
Constructor Details
-
class_7411
Creates an instance of aclass_7411record class.- Parameters:
path- the value for thepathrecord component
-
-
Method Details
-
method_43422
- Mappings:
Namespace Name Mixin selector official aLdot$b;a()Ljava/lang/String;intermediary method_43422Lnet/minecraft/class_32$class_7411;method_43422()Ljava/lang/String;named method_43422Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43422()Ljava/lang/String;
-
method_43425
- Mappings:
Namespace Name Mixin selector official bLdot$b;b()Ljava/nio/file/Path;intermediary method_43425Lnet/minecraft/class_32$class_7411;method_43425()Ljava/nio/file/Path;named method_43425Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43425()Ljava/nio/file/Path;
-
method_43426
- Mappings:
Namespace Name Mixin selector official cLdot$b;c()Ljava/nio/file/Path;intermediary method_43426Lnet/minecraft/class_32$class_7411;method_43426()Ljava/nio/file/Path;named method_43426Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43426()Ljava/nio/file/Path;
-
method_43424
- Mappings:
Namespace Name Mixin selector official aLdot$b;a(Ljava/time/LocalDateTime;)Ljava/nio/file/Path;intermediary method_43424Lnet/minecraft/class_32$class_7411;method_43424(Ljava/time/LocalDateTime;)Ljava/nio/file/Path;named method_43424Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43424(Ljava/time/LocalDateTime;)Ljava/nio/file/Path;
-
method_43427
- Mappings:
Namespace Name Mixin selector official dLdot$b;d()Ljava/nio/file/Path;intermediary method_43427Lnet/minecraft/class_32$class_7411;method_43427()Ljava/nio/file/Path;named method_43427Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43427()Ljava/nio/file/Path;
-
method_43428
- Mappings:
Namespace Name Mixin selector official eLdot$b;e()Ljava/nio/file/Path;intermediary method_43428Lnet/minecraft/class_32$class_7411;method_43428()Ljava/nio/file/Path;named method_43428Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43428()Ljava/nio/file/Path;
-
method_43423
- Mappings:
Namespace Name Mixin selector official aLdot$b;a(Ldor;)Ljava/nio/file/Path;intermediary method_43423Lnet/minecraft/class_32$class_7411;method_43423(Lnet/minecraft/class_5218;)Ljava/nio/file/Path;named method_43423Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43423(Lnet/minecraft/util/WorldSavePath;)Ljava/nio/file/Path;
-
toString
Returns 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. -
hashCode
public 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. -
equals
Indicates 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). -
path
Returns the value of thepathrecord component.- Returns:
- the value of the
pathrecord component
-