net.minecraft.datafixer.file.cowfs

final class CowDirectory

extends CowFile

net.minecraft.util.filefix.virtualfilesystem.DirectoryNode
net.minecraft.class_1_253
net.minecraft.datafixer.file.cowfs.CowDirectory

Field summary

Modifier and TypeField
private final Map<String, CowFile>
childNodes
field_1_1622
entries

Constructor summary

ModifierConstructor
(CowFsPath path)

Method summary

Modifier and TypeMethod
public Collection<CowFile>
children()
method_1_1980()
getEntries()
public void
addChild(Node child)
method_1_1977(class_1_219 arg0)
add(CowFile child)
void
removeChild(String name)
method_1_1984(String arg0)
remove(String name)
public CowFile
getChild(String name)
method_1_1983(String arg0)
getEntry(String name)
public CowDirectory
directoryByPath(CopyOnWriteFSPath path)
method_1_1981(class_1_261 arg0)
getSubdirectory(CowFsPath path)
public CowRegularFile
fileByPath(CopyOnWriteFSPath path)
method_1_1982(class_1_261 arg0)
getRegularFile(CowFsPath path)
public CowFile
byPath(CopyOnWriteFSPath path)
method_1_1978(class_1_261 arg0)
getOrThrow(CowFsPath path)
public CowFile
byPathOrNull(CopyOnWriteFSPath path)
method_1_1979(class_1_261 arg0)
get(CowFsPath path)