@ApiStatus.NonExtendable
public interface ModResource
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.nio.file.FileSystem |
fileSystem()
Returns the
FileSystem for this resource. |
@NotNull java.lang.String |
locator()
Returns the resource locator type.
|
@UnknownNullability java.util.jar.Manifest |
manifest()
Returns the
Manifest for this resource. |
@NotNull java.nio.file.Path |
path()
Returns the resource path.
|
@NotNull @NotNull java.lang.String locator()
@NotNull @NotNull java.nio.file.Path path()
@UnknownNullability java.util.jar.Manifest manifest()
Manifest for this resource.@NotNull @NotNull java.nio.file.FileSystem fileSystem()
FileSystem for this resource.