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 ResourcePathResourcePath.parentprivate final ResourcePathResourceFileSystem.rootFields in net.minecraft.resource.fs with type parameters of type ResourcePathModifier and TypeFieldDescriptionprivate final Map<String,ResourcePath> ResourceFile.Directory.childrenThe field for thechildrenrecord component.private static final Comparator<ResourcePath>ResourcePath.COMPARATORMethods in net.minecraft.resource.fs that return ResourcePathModifier and TypeMethodDescription(package private) ResourcePathprivate ResourcePathResourceFileSystem.getRoot()ResourcePath.method_45215(int int2) ResourcePath.method_45216(int int2, int int3) ResourcePath.method_45220(Path path) ResourcePath.method_45222(LinkOption[] linkOption) ResourcePath.method_45223()ResourcePath.method_45224(Path path) ResourcePath.method_45225()ResourcePath.method_45227()ResourcePath.method_45228()ResourcePath.method_45229()private ResourcePathResourcePath.relativize(@Nullable ResourcePath path, String name) private static ResourcePathResourceFileSystem.toResourcePath(ResourceFileSystem.Directory root, ResourceFileSystem fileSystem, String name, @Nullable ResourcePath parent) private static ResourcePathResourceFileSystemProvider.toResourcePath(@Nullable Path path) private ResourcePathResourcePath.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 thechildrenrecord component.Methods in net.minecraft.resource.fs with parameters of type ResourcePathModifier and TypeMethodDescriptionprivate ResourcePathResourcePath.relativize(@Nullable ResourcePath path, String name) private static ResourcePathResourceFileSystem.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