Uses of Class
net.minecraft.resource.fs.ResourcePath
Packages that use ResourcePath
-
Uses of ResourcePath in net.minecraft.resource.fs
Fields in net.minecraft.resource.fs declared as ResourcePathModifier and TypeFieldDescriptionprivate final @Nullable ResourcePath
ResourcePath.parent
private final ResourcePath
ResourceFileSystem.root
Fields in net.minecraft.resource.fs with type parameters of type ResourcePathModifier and TypeFieldDescriptionprivate final Map
<String, ResourcePath> ResourceFile.Directory.children
The field for thechildren
record component.private static final Comparator
<ResourcePath> ResourcePath.COMPARATOR
Methods in net.minecraft.resource.fs that return ResourcePathModifier 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) Methods in net.minecraft.resource.fs that return types with arguments of type ResourcePathModifier and TypeMethodDescriptionResourceFile.Directory.children()
Returns the value of thechildren
record component.Methods in net.minecraft.resource.fs with parameters of type ResourcePathModifier 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) Constructors in net.minecraft.resource.fs with parameters of type ResourcePathModifierConstructorDescriptionResourcePath
(ResourceFileSystem fileSystem, String name, @Nullable ResourcePath parent, ResourceFile file) Constructor parameters in net.minecraft.resource.fs with type arguments of type ResourcePath