Package com.mygdx.game.Entitys
Class College
- java.lang.Object
-
- com.mygdx.game.Entitys.Entity
-
- com.mygdx.game.Entitys.College
-
public class College extends Entity
Defines a college and its associated buildings.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
isAlive()
True as long as unharmed buildings remain, false otherwise.void
update()
Similar to the Component's update event-
Methods inherited from class com.mygdx.game.Entitys.Entity
addComponent, addComponents, cleanUp, getComponent, getComponent, getName, raiseEvents, setName
-
-