Package net.minecraft
Class class_6397
java.lang.Object
net.minecraft.class_6397
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Mappings:
Namespace Name official agr
intermediary net/minecraft/class_6397
named net/minecraft/class_6397
-
Field Summary
Modifier and TypeFieldDescriptionprivate static Logger
private Path
private Path
private FileSystem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
method_37161(Path path)
void
method_37162(Path path, File file)
void
method_37163(Path path, String string)
-
Field Details
-
field_33864
- Mappings:
Namespace Name Mixin selector official a
Lagr;a:Lorg/apache/logging/log4j/Logger;
intermediary field_33864
Lnet/minecraft/class_6397;field_33864:Lorg/apache/logging/log4j/Logger;
named field_33864
Lnet/minecraft/class_6397;field_33864:Lorg/apache/logging/log4j/Logger;
-
field_33865
- Mappings:
Namespace Name Mixin selector official b
Lagr;b:Ljava/nio/file/Path;
intermediary field_33865
Lnet/minecraft/class_6397;field_33865:Ljava/nio/file/Path;
named field_33865
Lnet/minecraft/class_6397;field_33865:Ljava/nio/file/Path;
-
field_33866
- Mappings:
Namespace Name Mixin selector official c
Lagr;c:Ljava/nio/file/Path;
intermediary field_33866
Lnet/minecraft/class_6397;field_33866:Ljava/nio/file/Path;
named field_33866
Lnet/minecraft/class_6397;field_33866:Ljava/nio/file/Path;
-
field_33867
- Mappings:
Namespace Name Mixin selector official d
Lagr;d:Ljava/nio/file/FileSystem;
intermediary field_33867
Lnet/minecraft/class_6397;field_33867:Ljava/nio/file/FileSystem;
named field_33867
Lnet/minecraft/class_6397;field_33867:Ljava/nio/file/FileSystem;
-
-
Constructor Details
-
class_6397
-
-
Method Details
-
method_37163
- Mappings:
Namespace Name Mixin selector official a
Lagr;a(Ljava/nio/file/Path;Ljava/lang/String;)V
intermediary method_37163
Lnet/minecraft/class_6397;method_37163(Ljava/nio/file/Path;Ljava/lang/String;)V
named method_37163
Lnet/minecraft/class_6397;method_37163(Ljava/nio/file/Path;Ljava/lang/String;)V
-
method_37162
- Mappings:
Namespace Name Mixin selector official a
Lagr;a(Ljava/nio/file/Path;Ljava/io/File;)V
intermediary method_37162
Lnet/minecraft/class_6397;method_37162(Ljava/nio/file/Path;Ljava/io/File;)V
named method_37162
Lnet/minecraft/class_6397;method_37162(Ljava/nio/file/Path;Ljava/io/File;)V
-
method_37161
- Mappings:
Namespace Name Mixin selector official a
Lagr;a(Ljava/nio/file/Path;)V
intermediary method_37161
Lnet/minecraft/class_6397;method_37161(Ljava/nio/file/Path;)V
named method_37161
Lnet/minecraft/class_6397;method_37161(Ljava/nio/file/Path;)V
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-