MCPcopy Create free account
hub / github.com/Card-Forge/forge / FImageComplex

Class FImageComplex

forge-gui-mobile/src/forge/assets/FImageComplex.java:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import com.badlogic.gdx.graphics.g2d.TextureRegion;
5
6public abstract class FImageComplex implements FImage {
7 public abstract Texture getTexture();
8 public abstract TextureRegion getTextureRegion();
9 public abstract int getRegionX();
10 public abstract int getRegionY();
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected