net.minecraft.world.level.validation

public class PathAllowList

implements PathMatcher

fbq
net.minecraft.world.level.validation.PathAllowList
net.minecraft.class_8582
net.minecraft.util.path.AllowedSymlinkPathMatcher
net.minecraft.world.level.validation.PathAllowList

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_44958
LOGGER
private static final String
b
COMMENT_PREFIX
field_44959
COMMENT_LINE_PREFIX
private final List<PathAllowList$ConfigEntry>
c
entries
field_44960
allowedEntries
private final Map<String, PathMatcher>
d
compiledPaths
field_44961
matcherCache

Constructor summary

ModifierConstructor
public (List<PathAllowList$ConfigEntry> allowedEntries)

Method summary

Modifier and TypeMethod
public PathMatcher
a(FileSystem arg0)
getForFileSystem(FileSystem arg0)
method_52249(FileSystem arg0)
get(FileSystem fileSystem)
public boolean
matches(Path arg0)
matches(Path arg0)
matches(Path arg0)
matches(Path path)
public static PathAllowList
a(BufferedReader arg0)
readPlain(BufferedReader arg0)
method_52247(BufferedReader arg0)
fromReader(BufferedReader reader)