Package vazkii.botania.api.mana
Class BurstProperties
java.lang.Object
vazkii.botania.api.mana.BurstProperties
The properties of a mana burst, when shot. This is passed to the lens
currently on the mana spreader to apply changes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintfloatfloatintfloatint -
Constructor Summary
ConstructorsConstructorDescriptionBurstProperties(int maxMana, int ticksBeforeManaLoss, float manaLossPerTick, float gravity, float motionModifier, int color) -
Method Summary
-
Field Details
-
maxMana
public int maxMana -
ticksBeforeManaLoss
public int ticksBeforeManaLoss -
manaLossPerTick
public float manaLossPerTick -
gravity
public float gravity -
motionModifier
public float motionModifier -
color
public int color
-
-
Constructor Details
-
BurstProperties
public BurstProperties(int maxMana, int ticksBeforeManaLoss, float manaLossPerTick, float gravity, float motionModifier, int color)
-