Class Kit

java.lang.Object
me.simulation.players.Champion
me.simulation.equipments.Kit
All Implemented Interfaces:
DefaultRequired
Direct Known Subclasses:
Chest, Item, Potion

public abstract class Kit extends Champion
Represents an abstract Kit in the simulation.
  • Constructor Details

    • Kit

      public Kit(String type, int x_index, int y_index)
      Constructs a new Kit object with the specified type, x-index, and y-index.
      Parameters:
      type - the type of the kit
      x_index - the x-coordinate of the kit's position
      y_index - the y-coordinate of the kit's position