public TexturePatch(int originX, int originY, Patch patch) { this.originX = originX; this.originY = originY; this.patch = patch; }