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.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.mygdx.game.Entitys.Entity
addComponent, addComponents, cleanUp, getComponent, getComponent, getComponents, getName, raiseEvents, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
College
public College() -
College
public College(int factionId)Creates a college at the location associated with the given faction id.- Parameters:
factionId- numerical id of the faction
-
-
Method Details