public class AbilityTypePowerStare extends AbilityTypeDefault
Constructor and Description |
---|
AbilityTypePowerStare(java.lang.String id,
int rarity,
int maxLevel,
int baseXpPerLevel) |
Modifier and Type | Method and Description |
---|---|
void |
onTick(net.minecraft.entity.player.EntityPlayer player,
int level) |
getConfig
getBaseXpPerLevel, getMaxLevel, getRarity, getUnlocalizedDescription, getUnlocalizedName, onChangedLevel
public AbilityTypePowerStare(java.lang.String id, int rarity, int maxLevel, int baseXpPerLevel)
public void onTick(net.minecraft.entity.player.EntityPlayer player, int level)
onTick
in interface IAbilityType
onTick
in class AbilityType