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