Class BurstProperties

java.lang.Object
vazkii.botania.api.mana.BurstProperties

public final class BurstProperties extends Object
The properties of a mana burst, when shot. This is passed to the lens currently on the mana spreader to apply changes.
  • 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)