Package net.minecraft.util.path
Class AllowedSymlinkPathMatcher
java.lang.Object
net.minecraft.util.path.AllowedSymlinkPathMatcher
- All Implemented Interfaces:
 PathMatcher
- Mappings:
 Namespace Name named net/minecraft/util/path/AllowedSymlinkPathMatcherintermediary net/minecraft/class_8582official ewu
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic interface - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<AllowedSymlinkPathMatcher.Entry> private static final Stringprivate static final Loggerprivate final Map<String, PathMatcher>  - 
Constructor Summary
ConstructorsConstructorDescriptionAllowedSymlinkPathMatcher(List<AllowedSymlinkPathMatcher.Entry> allowedEntries)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic AllowedSymlinkPathMatcherfromReader(BufferedReader reader) get(FileSystem fileSystem) boolean 
- 
Field Details
- 
LOGGER
- Mappings:
 Namespace Name Mixin selector named LOGGERLnet/minecraft/util/path/AllowedSymlinkPathMatcher;LOGGER:Lorg/slf4j/Logger;intermediary field_44958Lnet/minecraft/class_8582;field_44958:Lorg/slf4j/Logger;official aLewu;a:Lorg/slf4j/Logger;
 - 
COMMENT_LINE_PREFIX
- See Also:
 - Mappings:
 Namespace Name Mixin selector named COMMENT_LINE_PREFIXLnet/minecraft/util/path/AllowedSymlinkPathMatcher;COMMENT_LINE_PREFIX:Ljava/lang/String;intermediary field_44959Lnet/minecraft/class_8582;field_44959:Ljava/lang/String;official bLewu;b:Ljava/lang/String;
 - 
allowedEntries
- Mappings:
 Namespace Name Mixin selector named allowedEntriesLnet/minecraft/util/path/AllowedSymlinkPathMatcher;allowedEntries:Ljava/util/List;intermediary field_44960Lnet/minecraft/class_8582;field_44960:Ljava/util/List;official cLewu;c:Ljava/util/List;
 - 
matcherCache
- Mappings:
 Namespace Name Mixin selector named matcherCacheLnet/minecraft/util/path/AllowedSymlinkPathMatcher;matcherCache:Ljava/util/Map;intermediary field_44961Lnet/minecraft/class_8582;field_44961:Ljava/util/Map;official dLewu;d:Ljava/util/Map;
 
 - 
 - 
Constructor Details
- 
AllowedSymlinkPathMatcher
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;<init>(Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_8582;<init>(Ljava/util/List;)Vofficial <init>Lewu;<init>(Ljava/util/List;)V
 
 - 
 - 
Method Details
- 
get
- Mappings:
 Namespace Name Mixin selector named getLnet/minecraft/util/path/AllowedSymlinkPathMatcher;get(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;intermediary method_52249Lnet/minecraft/class_8582;method_52249(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;official aLewu;a(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;
 - 
matches
- Specified by:
 matchesin interfacePathMatcher- Mappings:
 Namespace Name Mixin selector named matchesLnet/minecraft/util/path/AllowedSymlinkPathMatcher;matches(Ljava/nio/file/Path;)Zintermediary matchesLnet/minecraft/class_8582;matches(Ljava/nio/file/Path;)Zofficial matchesLewu;matches(Ljava/nio/file/Path;)Z
 - 
fromReader
- Mappings:
 Namespace Name Mixin selector named fromReaderLnet/minecraft/util/path/AllowedSymlinkPathMatcher;fromReader(Ljava/io/BufferedReader;)Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;intermediary method_52247Lnet/minecraft/class_8582;method_52247(Ljava/io/BufferedReader;)Lnet/minecraft/class_8582;official aLewu;a(Ljava/io/BufferedReader;)Lewu;
 
 -