jar

com.zerotoheroes : hs-game-entities

Maven & Gradle

Dec 06, 2019
2 usages
0 stars

POJOs representing a Hearthstone game entity and game constants

Table Of Contents

Latest Version

Download com.zerotoheroes : hs-game-entities JAR file - Latest Versions:

All Versions

Download com.zerotoheroes : hs-game-entities JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hs-game-entities-1.0.37.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.zerotoheroes.hsgameentities.replaydata.gameactions

├─ com.zerotoheroes.hsgameentities.replaydata.gameactions.Action.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.gameactions.ChangeEntity.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.gameactions.ChosenEntities.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.gameactions.GameAction.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.gameactions.HideEntity.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.gameactions.ShowEntity.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.gameactions.Tag.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.gameactions.TagChange.class - [JAR]

com.zerotoheroes.hsgameentities.enums

├─ com.zerotoheroes.hsgameentities.enums.CardClass.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.CardType.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.ChoiceType.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.Faction.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.FormatType.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.GameTag.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.GameType.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.MetaDataType.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.Mulligan.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.OptionType.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.PlayReq.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.PlayState.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.PowSubType.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.Rarity.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.State.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.Step.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.Type.class - [JAR]

├─ com.zerotoheroes.hsgameentities.enums.Zone.class - [JAR]

com.zerotoheroes.hsgameentities.replaydata.meta

├─ com.zerotoheroes.hsgameentities.replaydata.meta.Choice.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.meta.Choices.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.meta.Info.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.meta.MetaData.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.meta.SendChoices.class - [JAR]

com.zerotoheroes.hsgameentities.replaydata.meta.options

├─ com.zerotoheroes.hsgameentities.replaydata.meta.options.Option.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.meta.options.OptionItem.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.meta.options.Options.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.meta.options.SendOption.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.meta.options.SubOption.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.meta.options.Target.class - [JAR]

com.zerotoheroes.hsgameentities.replaydata.entities

├─ com.zerotoheroes.hsgameentities.replaydata.entities.BaseEntity.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.entities.FullEntity.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.entities.GameEntity.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.entities.PlayerEntity.class - [JAR]

com.zerotoheroes.hsgameentities.replaydata

├─ com.zerotoheroes.hsgameentities.replaydata.Game.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.GameData.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.GameHelper.class - [JAR]

├─ com.zerotoheroes.hsgameentities.replaydata.HearthstoneReplay.class - [JAR]

Advertisement