Package | Description |
---|---|
net.risingworld.api | |
net.risingworld.api.utils |
Modifier and Type | Method and Description |
---|---|
Plugin |
Plugin.getPluginByID(int pluginID) |
Plugin |
Plugin.getPluginByName(java.lang.String pluginName)
Finds a plugin with the according name and returns the instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Plugin> |
Plugin.getAllPlugins()
Returns a collection of all plugins which are currently loaded.
|
Constructor and Description |
---|
ImageInformation(Plugin plugin,
java.lang.String resource)
Creates a new image information object and loads an image / texture from the plugin
jar file.
|
ModelInformation(Plugin plugin,
java.lang.String resource)
Creates a new model information object and loads a model from the plugin jar file.
|
SoundInformation(Plugin plugin,
java.lang.String resource)
Creates a new sound information object and loads a sound from the plugin jar file.
|