All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gempukku.libgdx.graph.plugin.sprites.GraphSprite Maven / Gradle / Ivy

The newest version!
package com.gempukku.libgdx.graph.plugin.sprites;

import com.badlogic.gdx.math.Vector2;

public interface GraphSprite {
    Vector2 getPosition(Vector2 position);

    boolean hasTag(String tag);

    Iterable getAllTags();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy