Package org.spongepowered.api.resource
Interface ResourcePath.Factory
-
- Enclosing interface:
- ResourcePath
public static interface ResourcePath.Factory
A factory to createResourcePath
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePath
of(ResourceKey key)
Creates a newResourcePath
using the givenResourceKey
.
-
-
-
Method Detail
-
of
ResourcePath of(ResourceKey key)
Creates a newResourcePath
using the givenResourceKey
.- Parameters:
key
- The key object- Returns:
- A new path object
-
-