Uses of Enum Class
wizardquest.entity.EntityEnum
Packages that use EntityEnum
Package
Description
-
Uses of EntityEnum in wizardquest.abilities
Methods in wizardquest.abilities that return EntityEnum -
Uses of EntityEnum in wizardquest.entity
Methods in wizardquest.entity that return EntityEnumModifier and TypeMethodDescriptionEntityInterface.getType()Get the enumerated type of the entity.FishMan.getType()Goblin.getType()Player.getType()static EntityEnumReturns the enum constant of this class with the specified name.static EntityEnum[]EntityEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityEnum in wizardquest.gamemanager
Methods in wizardquest.gamemanager that return EntityEnumModifier and TypeMethodDescriptionEncounterEnum.getEnemies()Gets the types of enemies that occur during this Encounter -
Uses of EntityEnum in wizardquest.telemetry
Methods in wizardquest.telemetry that return EntityEnumConstructors in wizardquest.telemetry with parameters of type EntityEnumModifierConstructorDescriptionKillEnemyEvent(String userID, int sessionID, Instant timeStamp, EncounterEnum encounterName, DifficultyEnum difficulty, int stageNumber, EntityEnum enemyType) Constructor for KillEnemyEvent.