Uses of Class
net.risingworld.api.Plugin
Packages that use Plugin
-
Uses of Plugin in net.risingworld.api
Methods in net.risingworld.api that return PluginModifier and TypeMethodDescriptionfinal Plugin
Plugin.getPluginByID
(int pluginID) Finds a plugin by id.final Plugin
Plugin.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.assets
Methods in net.risingworld.api.assets with parameters of type PluginModifier and TypeMethodDescriptionstatic SoundAsset
SoundAsset.loadFromPlugin
(Plugin plugin, String resource) Creates a new sound asset and loads the sound from the plugin jar file.static TextureAsset
TextureAsset.loadFromPlugin
(Plugin plugin, String resource) Creates a new texture asset instance and loads the texture / image from the plugin jar file.