Uses of Record Class
net.minecraft.resource.fs.ResourceFileSystem.Directory
Packages that use ResourceFileSystem.Directory
-
Uses of ResourceFileSystem.Directory in net.minecraft.resource.fs
Fields in net.minecraft.resource.fs declared as ResourceFileSystem.DirectoryModifier and TypeFieldDescriptionprivate final ResourceFileSystem.Directory
ResourceFileSystem.Builder.root
Fields in net.minecraft.resource.fs with type parameters of type ResourceFileSystem.DirectoryModifier and TypeFieldDescriptionprivate final Map<String,
ResourceFileSystem.Directory> ResourceFileSystem.Directory.children
The field for thechildren
record component.Methods in net.minecraft.resource.fs that return types with arguments of type ResourceFileSystem.DirectoryModifier and TypeMethodDescriptionResourceFileSystem.Directory.children()
Returns the value of thechildren
record component.Methods in net.minecraft.resource.fs with parameters of type ResourceFileSystem.DirectoryModifier and TypeMethodDescriptionprivate static ResourcePath
ResourceFileSystem.toResourcePath
(ResourceFileSystem.Directory root, ResourceFileSystem fileSystem, String name, @Nullable ResourcePath parent) Constructors in net.minecraft.resource.fs with parameters of type ResourceFileSystem.DirectoryModifierConstructorDescription(package private)
ResourceFileSystem
(String name, ResourceFileSystem.Directory root) Constructor parameters in net.minecraft.resource.fs with type arguments of type ResourceFileSystem.Directory