Class PathAllowList
java.lang.Object
net.minecraft.world.level.validation.PathAllowList
- All Implemented Interfaces:
PathMatcher
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
static interface
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final String
private final Map<String,
PathMatcher> private final List<PathAllowList.ConfigEntry>
private static final org.slf4j.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetForFileSystem
(FileSystem p_289975_) boolean
static PathAllowList
readPlain
(BufferedReader p_289921_)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
COMMENT_PREFIX
- See Also:
-
entries
-
compiledPaths
-
-
Constructor Details
-
PathAllowList
-
-
Method Details
-
getForFileSystem
-
matches
- Specified by:
matches
in interfacePathMatcher
-
readPlain
-