
com.zerotoheroes.hsgameparser.amazingplays.GameHighlight Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hs-game-parser Show documentation
Show all versions of hs-game-parser Show documentation
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