Package org.spongepowered.plugin
Interface PluginResource
-
- All Superinterfaces:
ResourceQueryable
- All Known Implementing Classes:
JVMPluginResource
public interface PluginResource extends ResourceQueryable
Represents a resource provided by alocator
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
locator()
Path
path()
Optional<String>
property(String key)
-
Methods inherited from interface org.spongepowered.plugin.ResourceQueryable
locateResource, openResource
-
-