class ElderScrolls: Any
Fields
Name | Description |
---|---|
val yamlCategory: override
|
|
val secondaryCategory: Category
|
|
val localUniqueDataProvider: override
|
|
val unique: override
|
Methods
race
fun race(): resolve(secondaryCategory, "race")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "race")
|
creature
fun creature(): resolve(secondaryCategory, "creature")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "creature")
|
region
fun region(): resolve(secondaryCategory, "region")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "region")
|
dragon
fun dragon(): resolve(secondaryCategory, "dragon")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "dragon")
|
city
fun city(): resolve(secondaryCategory, "city")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "city")
|
firstName
fun firstName(): resolve(secondaryCategory, "first_name")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "first_name")
|
lastName
fun lastName(): resolve(secondaryCategory, "last_name")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "last_name")
|
weapon
fun weapon(): resolve(secondaryCategory, "weapon")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "weapon")
|
jewelry
fun jewelry(): resolve(secondaryCategory, "jewelry")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "jewelry")
|
FakeDataProvider implementation for YamlCategory.GAMES category.