Uses of Class
net.minecraft.resource.fs.ResourcePath
-
Uses of ResourcePath in net.minecraft.resource.fs
Modifier and TypeFieldDescriptionprivate final @Nullable ResourcePath
ResourcePath.parent
private final ResourcePath
ResourceFileSystem.root
Modifier and TypeFieldDescriptionprivate final Map<String,
ResourcePath> ResourceFile.Directory.children
The field for thechildren
record component.private static final Comparator<ResourcePath>
ResourcePath.COMPARATOR
Modifier and TypeMethodDescription(package private) ResourcePath
private ResourcePath
ResourcePath.getFileName()
ResourcePath.getName
(int int2) ResourcePath.getParent()
ResourceFileSystem.getRoot()
ResourcePath.getRoot()
ResourcePath.normalize()
ResourcePath.relativize
(Path path) private ResourcePath
ResourcePath.relativize
(@Nullable ResourcePath path, String name) ResourcePath.subpath
(int int2, int int3) ResourcePath.toAbsolutePath()
ResourcePath.toRealPath
(LinkOption[] linkOption) private static ResourcePath
ResourceFileSystem.toResourcePath
(ResourceFileSystem.Directory root, ResourceFileSystem fileSystem, String name, @Nullable ResourcePath parent) private static ResourcePath
ResourceFileSystemProvider.toResourcePath
(@Nullable Path path) private ResourcePath
ResourcePath.toResourcePath
(@Nullable Path path) Modifier and TypeMethodDescriptionResourceFile.Directory.children()
Returns the value of thechildren
record component.Modifier and TypeMethodDescriptionprivate ResourcePath
ResourcePath.relativize
(@Nullable ResourcePath path, String name) private static ResourcePath
ResourceFileSystem.toResourcePath
(ResourceFileSystem.Directory root, ResourceFileSystem fileSystem, String name, @Nullable ResourcePath parent) ModifierConstructorDescriptionResourcePath
(ResourceFileSystem fileSystem, String name, @Nullable ResourcePath parent, ResourceFile file)