Class_Champion - GensokyoGears/itemsets GitHub Wiki

Champion.java
This class contains elements of our Champion object.
It consists of the following elements:

  • Integer id - ID of the champion
  • String name - name of the champion
  • String title - title of the champion
  • String splash - url of the champions splash image
  • String loading - url of the champions loading image
  • String image - url of the champion portrait

and getters and setters.