Uses of Class
net.ctdp.rfdynhud.util.PluginINI

Packages that use PluginINI
net.ctdp.rfdynhud.gamedata   
net.ctdp.rfdynhud.util   
 

Uses of PluginINI in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return PluginINI
 PluginINI GameFileSystem.getPluginINI()
          Gets an abstraction of the plugin's main ini file.
 

Methods in net.ctdp.rfdynhud.gamedata with parameters of type PluginINI
protected  java.io.File GameFileSystem.findBordersFolder(java.io.File pluginFolder, PluginINI pluginINI, java.io.File configFolder)
          Called once at instantiation time to initialize the plugin's border folder.
protected  java.io.File GameFileSystem.findCacheFolder(java.io.File pluginFolder, PluginINI pluginINI)
          Called once at instantiation time to initialize the plugin's cache folder.
protected  java.io.File GameFileSystem.findConfigFolder(java.io.File pluginFolder, PluginINI pluginINI)
          Called once at instantiation time to initialize the plugin's config folder.
protected  java.io.File GameFileSystem.findEditorFolder(java.io.File pluginFolder, PluginINI pluginINI)
          Called once at instantiation time to initialize the plugin's editor folder.
protected  java.io.File GameFileSystem.findImagesFolder(java.io.File pluginFolder, PluginINI pluginINI, java.io.File configFolder)
          Called once at instantiation time to initialize the plugin's images folder.
 

Uses of PluginINI in net.ctdp.rfdynhud.util
 

Fields in net.ctdp.rfdynhud.util declared as PluginINI
static PluginINI __UtilHelper.PLUGIN_INI