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 p_250914_, LinkFileSystem p_248904_, String p_248935_, LinkFSPath p_250296_) Constructors in net.minecraft.server.packs.linkfs with parameters of type LinkFileSystem.DirectoryEntryModifierConstructorDescription(package private)
LinkFileSystem
(String p_251238_, LinkFileSystem.DirectoryEntry p_248738_) 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.