net.minecraft.util.path

public record AllowedSymlinkPathMatcher$Entry

net.minecraft.world.level.validation.PathAllowList$ConfigEntry
net.minecraft.class_8582$class_8583
net.minecraft.util.path.AllowedSymlinkPathMatcher$Entry

Field summary

Modifier and TypeField
private final AllowedSymlinkPathMatcher$EntryType
type
comp_1549
type
private final String
pattern
comp_1550
pattern

Constructor summary

ModifierConstructor
public (AllowedSymlinkPathMatcher$EntryType type, String pattern)

Method summary

Modifier and TypeMethod
public PathMatcher
compile(FileSystem fileSystem)
method_52256(FileSystem arg0)
compile(FileSystem fileSystem)
static Optional<AllowedSymlinkPathMatcher$Entry>
parse(String definition)
method_52255(String arg0)
readLine(String line)
static AllowedSymlinkPathMatcher$Entry
glob(String pattern)
method_52257(String arg0)
glob(String pattern)
static AllowedSymlinkPathMatcher$Entry
regex(String pattern)
method_52258(String arg0)
regex(String pattern)
static AllowedSymlinkPathMatcher$Entry
prefix(String pattern)
method_52259(String arg0)
prefix(String prefix)
public AllowedSymlinkPathMatcher$EntryType
type()
comp_1549()
type()
public String
pattern()
comp_1550()
pattern()