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

com.zerotoheroes.hsgameparser.amazingplays.GameHighlight Maven / Gradle / Ivy

Go to download

Parse Hearthstone games to extract meaningful data (metadata, matchup, amazing plays...)

The newest version!
package com.zerotoheroes.hsgameparser.amazingplays;

import lombok.Data;

@Data
public class GameHighlight {
	private final int turn;
	private final String description;

	private String data;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy