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

public static record LevelStorage.class_7411(Path path) extends Record
Mappings:
Namespace Name
official dot$b
intermediary net/minecraft/class_32$class_7411
named net/minecraft/world/level/storage/LevelStorage$class_7411
official a
intermediary comp_732
named path
  • Field Details

    • path

      private final Path path
      The field for the path record component.
  • Constructor Details

    • class_7411

      public class_7411(Path path)
      Creates an instance of a class_7411 record class.
      Parameters:
      path - the value for the path record component
  • Method Details

    • method_43422

      public String method_43422()
      Mappings:
      Namespace Name Mixin selector
      official a Ldot$b;a()Ljava/lang/String;
      intermediary method_43422 Lnet/minecraft/class_32$class_7411;method_43422()Ljava/lang/String;
      named method_43422 Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43422()Ljava/lang/String;
    • method_43425

      public Path method_43425()
      Mappings:
      Namespace Name Mixin selector
      official b Ldot$b;b()Ljava/nio/file/Path;
      intermediary method_43425 Lnet/minecraft/class_32$class_7411;method_43425()Ljava/nio/file/Path;
      named method_43425 Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43425()Ljava/nio/file/Path;
    • method_43426

      public Path method_43426()
      Mappings:
      Namespace Name Mixin selector
      official c Ldot$b;c()Ljava/nio/file/Path;
      intermediary method_43426 Lnet/minecraft/class_32$class_7411;method_43426()Ljava/nio/file/Path;
      named method_43426 Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43426()Ljava/nio/file/Path;
    • method_43424

      public Path method_43424(LocalDateTime localDateTime)
      Mappings:
      Namespace Name Mixin selector
      official a Ldot$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 method_43424 Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43424(Ljava/time/LocalDateTime;)Ljava/nio/file/Path;
    • method_43427

      public Path method_43427()
      Mappings:
      Namespace Name Mixin selector
      official d Ldot$b;d()Ljava/nio/file/Path;
      intermediary method_43427 Lnet/minecraft/class_32$class_7411;method_43427()Ljava/nio/file/Path;
      named method_43427 Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43427()Ljava/nio/file/Path;
    • method_43428

      public Path method_43428()
      Mappings:
      Namespace Name Mixin selector
      official e Ldot$b;e()Ljava/nio/file/Path;
      intermediary method_43428 Lnet/minecraft/class_32$class_7411;method_43428()Ljava/nio/file/Path;
      named method_43428 Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43428()Ljava/nio/file/Path;
    • method_43423

      public Path method_43423(WorldSavePath worldSavePath)
      Mappings:
      Namespace Name Mixin selector
      official a Ldot$b;a(Ldor;)Ljava/nio/file/Path;
      intermediary method_43423 Lnet/minecraft/class_32$class_7411;method_43423(Lnet/minecraft/class_5218;)Ljava/nio/file/Path;
      named method_43423 Lnet/minecraft/world/level/storage/LevelStorage$class_7411;method_43423(Lnet/minecraft/util/WorldSavePath;)Ljava/nio/file/Path;
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • path

      public Path path()
      Returns the value of the path record component.
      Returns:
      the value of the path record component