Package net.minecraft.util.path
Class AllowedSymlinkPathMatcher
java.lang.Object
net.minecraft.util.path.AllowedSymlinkPathMatcher
- All Implemented Interfaces:
PathMatcher
- Mappings:
Namespace Name official egxintermediary net/minecraft/class_8582named net/minecraft/util/path/AllowedSymlinkPathMatcher
-
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 official aLegx;a:Lorg/slf4j/Logger;intermediary field_44958Lnet/minecraft/class_8582;field_44958:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/util/path/AllowedSymlinkPathMatcher;LOGGER:Lorg/slf4j/Logger;
-
COMMENT_LINE_PREFIX
- See Also:
- Mappings:
Namespace Name Mixin selector official bLegx;b:Ljava/lang/String;intermediary field_44959Lnet/minecraft/class_8582;field_44959:Ljava/lang/String;named COMMENT_LINE_PREFIXLnet/minecraft/util/path/AllowedSymlinkPathMatcher;COMMENT_LINE_PREFIX:Ljava/lang/String;
-
allowedEntries
- Mappings:
Namespace Name Mixin selector official cLegx;c:Ljava/util/List;intermediary field_44960Lnet/minecraft/class_8582;field_44960:Ljava/util/List;named allowedEntriesLnet/minecraft/util/path/AllowedSymlinkPathMatcher;allowedEntries:Ljava/util/List;
-
matcherCache
- Mappings:
Namespace Name Mixin selector official dLegx;d:Ljava/util/Map;intermediary field_44961Lnet/minecraft/class_8582;field_44961:Ljava/util/Map;named matcherCacheLnet/minecraft/util/path/AllowedSymlinkPathMatcher;matcherCache:Ljava/util/Map;
-
-
Constructor Details
-
AllowedSymlinkPathMatcher
- Mappings:
Namespace Name Mixin selector official <init>Legx;<init>(Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_8582;<init>(Ljava/util/List;)Vnamed <init>Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;<init>(Ljava/util/List;)V
-
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official aLegx;a(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;intermediary method_52249Lnet/minecraft/class_8582;method_52249(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;named getLnet/minecraft/util/path/AllowedSymlinkPathMatcher;get(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;
-
matches
- Specified by:
matchesin interfacePathMatcher- Mappings:
Namespace Name Mixin selector official matchesLegx;matches(Ljava/nio/file/Path;)Zintermediary matchesLnet/minecraft/class_8582;matches(Ljava/nio/file/Path;)Znamed matchesLnet/minecraft/util/path/AllowedSymlinkPathMatcher;matches(Ljava/nio/file/Path;)Z
-
fromReader
- Mappings:
Namespace Name Mixin selector official aLegx;a(Ljava/io/BufferedReader;)Legx;intermediary method_52247Lnet/minecraft/class_8582;method_52247(Ljava/io/BufferedReader;)Lnet/minecraft/class_8582;named fromReaderLnet/minecraft/util/path/AllowedSymlinkPathMatcher;fromReader(Ljava/io/BufferedReader;)Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;
-