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.DirectoryEntryLinkFileSystem.Builder.rootFields in net.minecraft.server.packs.linkfs with type parameters of type LinkFileSystem.DirectoryEntryModifier and TypeFieldDescriptionprivate final Map<String, LinkFileSystem.DirectoryEntry> LinkFileSystem.DirectoryEntry.childrenThe field for thechildrenrecord 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 thechildrenrecord component.Methods in net.minecraft.server.packs.linkfs with parameters of type LinkFileSystem.DirectoryEntryModifier and TypeMethodDescriptionprivate static LinkFSPathLinkFileSystem.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 aDirectoryEntryrecord class.