Uses of Record Class
net.minecraft.server.packs.linkfs.LinkFileSystem.DirectoryEntry
Packages that use LinkFileSystem.DirectoryEntry
-
Uses of LinkFileSystem.DirectoryEntry in net.minecraft.server.packs.linkfs
Fields in net.minecraft.server.packs.linkfs declared as LinkFileSystem.DirectoryEntryModifier and TypeFieldDescriptionprivate final LinkFileSystem.DirectoryEntry
LinkFileSystem.Builder.root
Fields in net.minecraft.server.packs.linkfs with type parameters of type LinkFileSystem.DirectoryEntryModifier and TypeFieldDescriptionprivate final Map
<String, LinkFileSystem.DirectoryEntry> LinkFileSystem.DirectoryEntry.children
The field for thechildren
record component.Methods in net.minecraft.server.packs.linkfs that return types with arguments of type LinkFileSystem.DirectoryEntryModifier and TypeMethodDescriptionLinkFileSystem.DirectoryEntry.children()
Returns the value of thechildren
record component.Methods in net.minecraft.server.packs.linkfs with parameters of type LinkFileSystem.DirectoryEntryModifier and TypeMethodDescriptionprivate static LinkFSPath
LinkFileSystem.buildPath
(LinkFileSystem.DirectoryEntry pDirectory, LinkFileSystem pFileSystem, String pName, LinkFSPath pParent) Constructors in net.minecraft.server.packs.linkfs with parameters of type LinkFileSystem.DirectoryEntryModifierConstructorDescription(package private)
LinkFileSystem
(String pName, LinkFileSystem.DirectoryEntry pRoot) Constructor parameters in net.minecraft.server.packs.linkfs with type arguments of type LinkFileSystem.DirectoryEntryModifierConstructorDescription(package private)
DirectoryEntry
(Map<String, LinkFileSystem.DirectoryEntry> children, Map<String, Path> files) Creates an instance of aDirectoryEntry
record class.