Class MoreBonusVariantsNextTime

java.lang.Object
com.prineside.tdi2.gameplayMods.GenericGameplayMod
com.prineside.tdi2.gameplayMods.mods.MoreBonusVariantsNextTime
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, GameplayMod

public final class MoreBonusVariantsNextTime extends GenericGameplayMod
  • Constructor Details

    • MoreBonusVariantsNextTime

      public MoreBonusVariantsNextTime()
  • Method Details

    • getIcon

      public com.badlogic.gdx.scenes.scene2d.utils.Drawable getIcon()
    • getDescription

      public CharSequence getDescription()
    • cpy

    • register

      public boolean register(GameSystemProvider S, String activatedBy)
      Returns:
      true if bonus has to be registered. False means that existing active mod of the same type has been upgraded
    • getCategory

      public GameplayModCategory getCategory()
    • applyConfig

      public MoreBonusVariantsNextTime applyConfig(com.badlogic.gdx.utils.JsonValue cfg)
      Description copied from class: GenericGameplayMod
      Usually there's no need to override this method Used by mods that have specific combinations of parameters and read default parameters for each combo
      Overrides:
      applyConfig in class GenericGameplayMod