Class MineLegendaryItems

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

public final class MineLegendaryItems extends GenericGameplayMod
  • Constructor Details

    • MineLegendaryItems

      public MineLegendaryItems()
  • Method Details

    • getIcon

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

      public CharSequence getDescription()
    • cpy

      public MineLegendaryItems 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 MineLegendaryItems 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