Starsector API
Loading...
Searching...
No Matches
LevelupPlugin.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.plugins;
2
3
public
interface
LevelupPlugin
{
4
5
long
getXPForLevel
(
int
level);
6
int
getPointsAtLevel
(
int
level);
7
int
getMaxLevel
();
8
int
getStoryPointsPerLevel
();
9
//long getXPForNextLevel(int level);
10
int
getBonusXPUseMultAtMaxLevel
();
11
}
com.fs.starfarer.api.plugins.LevelupPlugin
Definition
LevelupPlugin.java:3
com.fs.starfarer.api.plugins.LevelupPlugin.getPointsAtLevel
int getPointsAtLevel(int level)
com.fs.starfarer.api.plugins.LevelupPlugin.getMaxLevel
int getMaxLevel()
com.fs.starfarer.api.plugins.LevelupPlugin.getBonusXPUseMultAtMaxLevel
int getBonusXPUseMultAtMaxLevel()
com.fs.starfarer.api.plugins.LevelupPlugin.getXPForLevel
long getXPForLevel(int level)
com.fs.starfarer.api.plugins.LevelupPlugin.getStoryPointsPerLevel
int getStoryPointsPerLevel()
src
com
fs
starfarer
api
plugins
LevelupPlugin.java
Generated by
1.9.8