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 entry, LinkFileSystem fileSystem, String selfName, @Nullable LinkFSPath parent) Constructors in net.minecraft.server.packs.linkfs with parameters of type LinkFileSystem.DirectoryEntryModifierConstructorDescriptionprivateLinkFileSystem(String name, LinkFileSystem.DirectoryEntry rootEntry) Constructor parameters in net.minecraft.server.packs.linkfs with type arguments of type LinkFileSystem.DirectoryEntryModifierConstructorDescriptionprivateDirectoryEntry(Map<String, LinkFileSystem.DirectoryEntry> children, Map<String, Path> files) Creates an instance of aDirectoryEntryrecord class.