Class PathAllowList
java.lang.Object
net.minecraft.world.level.validation.PathAllowList
- All Implemented Interfaces:
 PathMatcher
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic interface - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final Map<String,PathMatcher> private final List<PathAllowList.ConfigEntry>private static final org.slf4j.Logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetForFileSystem(FileSystem p_289975_) booleanstatic PathAllowListreadPlain(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:
 matchesin interfacePathMatcher
 - 
readPlain
 
 -