Class Player

java.lang.Object
engine.entity.Entity
engine.entity.entities.Player
All Implemented Interfaces:
Comparable<Entity>

public class Player extends Entity
  • Constructor Details

    • Player

      public Player(engine.Room room, processing.core.PImage img, Move move, Ability[] abilities, int[][] colorLayers, int[] colorTints)
  • Method Details