Uses of Class
com.thowv.javafxgridgameboard.AbstractTurnEntity.EntityType
-
Packages that use AbstractTurnEntity.EntityType Package Description com.thowv.javafxgridgameboard -
-
Uses of AbstractTurnEntity.EntityType in com.thowv.javafxgridgameboard
Methods in com.thowv.javafxgridgameboard that return AbstractTurnEntity.EntityType Modifier and Type Method Description AbstractTurnEntity.EntityTypeAbstractTurnEntity. getEntityType()static AbstractTurnEntity.EntityTypeAbstractTurnEntity.EntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractTurnEntity.EntityType[]AbstractTurnEntity.EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.thowv.javafxgridgameboard with parameters of type AbstractTurnEntity.EntityType Constructor Description AbstractTurnEntity(AbstractTurnEntity.EntityType entityType, String name)AbstractTurnEntity(AbstractTurnEntity.EntityType entityType, String name, String color)
-