Uses of Class
net.risingworld.api.Plugin
Packages that use Plugin
- 
Uses of Plugin in net.risingworld.apiMethods in net.risingworld.api that return PluginModifier and TypeMethodDescriptionfinal PluginPlugin.getPluginByID(int pluginID) Finds a plugin by id.final PluginPlugin.getPluginByName(String pluginName) Finds a plugin with the according name and returns the instance.Methods in net.risingworld.api that return types with arguments of type PluginModifier and TypeMethodDescriptionfinal Collection<Plugin>Plugin.getAllPlugins()Returns a collection of all plugins which are currently loaded.
- 
Uses of Plugin in net.risingworld.api.assetsMethods in net.risingworld.api.assets with parameters of type PluginModifier and TypeMethodDescriptionstatic SoundAssetSoundAsset.loadFromPlugin(Plugin plugin, String resource) Creates a new sound asset and loads the sound from the plugin jar file.static TextureAssetTextureAsset.loadFromPlugin(Plugin plugin, String resource) Creates a new texture asset instance and loads the texture / image from the plugin jar file.