Verwendungen von Klasse
net.risingworld.api.Plugin
-
Verwendungen von Plugin in net.risingworld.api
Modifizierer und TypMethodeBeschreibungfinal 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.Modifizierer und TypMethodeBeschreibungfinal Collection<Plugin>
Plugin.getAllPlugins()
Returns a collection of all plugins which are currently loaded. -
Verwendungen von Plugin in net.risingworld.api.assets
Modifizierer und TypMethodeBeschreibungstatic 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.