Uses of Record Class
net.minecraft.resource.fs.ResourceFileSystem.Directory
-
Uses of ResourceFileSystem.Directory in net.minecraft.resource.fs
Modifier and TypeFieldDescriptionprivate final ResourceFileSystem.Directory
ResourceFileSystem.Builder.root
Modifier and TypeFieldDescriptionprivate final Map<String,
ResourceFileSystem.Directory> ResourceFileSystem.Directory.children
The field for thechildren
record component.Modifier and TypeMethodDescriptionResourceFileSystem.Directory.children()
Returns the value of thechildren
record component.Modifier and TypeMethodDescriptionprivate static ResourcePath
ResourceFileSystem.toResourcePath
(ResourceFileSystem.Directory root, ResourceFileSystem fileSystem, String name, @Nullable ResourcePath parent) ModifierConstructorDescription(package private)
ResourceFileSystem
(String name, ResourceFileSystem.Directory root)