Uses of Record Class
net.minecraft.server.packs.linkfs.LinkFileSystem.DirectoryEntry
-
Uses of LinkFileSystem.DirectoryEntry in net.minecraft.server.packs.linkfs
Modifier and TypeFieldDescriptionprivate final LinkFileSystem.DirectoryEntry
LinkFileSystem.Builder.root
Modifier and TypeFieldDescriptionprivate final Map<String,
LinkFileSystem.DirectoryEntry> LinkFileSystem.DirectoryEntry.children
The field for thechildren
record component.Modifier and TypeMethodDescriptionLinkFileSystem.DirectoryEntry.children()
Returns the value of thechildren
record component.Modifier and TypeMethodDescriptionprivate static LinkFSPath
LinkFileSystem.buildPath
(LinkFileSystem.DirectoryEntry p_250914_, LinkFileSystem p_248904_, String p_248935_, LinkFSPath p_250296_) ModifierConstructorDescription(package private)
LinkFileSystem
(String p_251238_, LinkFileSystem.DirectoryEntry p_248738_) ModifierConstructorDescription(package private)
DirectoryEntry
(Map<String, LinkFileSystem.DirectoryEntry> children, Map<String, Path> files) Creates an instance of aDirectoryEntry
record class.