Package com.mygdx.game.Entitys
Class Chest
java.lang.Object
com.mygdx.game.Entitys.Entity
com.mygdx.game.Entitys.Chest
public class Chest extends Entity
Simple entity shown on locate quests origin
-
Constructor Summary
Constructors Constructor Description Chest() -
Method Summary
Modifier and Type Method Description voidsetPosition(com.badlogic.gdx.math.Vector2 pos)Methods inherited from class com.mygdx.game.Entitys.Entity
addComponent, addComponents, cleanUp, getComponent, getComponent, getComponents, getName, raiseEvents, setName, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Chest
public Chest()
-
-
Method Details
-
setPosition
public void setPosition(com.badlogic.gdx.math.Vector2 pos)
-