Class PathAllowList
java.lang.Object
net.minecraft.world.level.validation.PathAllowList
- All Implemented Interfaces:
- PathMatcher
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final recordstatic interface
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final Map<String,PathMatcher> private final List<PathAllowList.ConfigEntry>private static final org.slf4j.Logger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetForFileSystem(FileSystem p_289975_) booleanstatic PathAllowListreadPlain(BufferedReader p_289921_) 
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
COMMENT_PREFIX- See Also:
 
- 
entries
- 
compiledPaths
 
- 
- 
Constructor Details- 
PathAllowList
 
- 
- 
Method Details- 
getForFileSystem
- 
matches- Specified by:
- matchesin interface- PathMatcher
 
- 
readPlain
 
-