HalfOrc class
A class that represents the hybrid between humans and orcs
Constructors
- HalfOrc()
-
const
Properties
- firstRace → Race
-
The first race this race is hybrid of
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- pluralRaceName → String
-
The plural name of the hybrid race
finalinherited
- raceAdjective → String
-
finalinherited
- raceName → String
-
The name of the hybrid race
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondRace → Race
-
The second race this race is hybrid of
finalinherited
Methods
-
getAdjective(
) → String -
Returns the adjective of the race
inherited
-
getAgeGenerator(
Gender gender) → Generator< int> -
Returns a generator for an age for a character from this race
inherited
-
getAlignmentGenerator(
) → Generator< Alignment> -
Returns a generator for an alignment for a character from this race
inherited
-
getBeardGenerator(
Gender gender) → Generator< Hair?> -
Returns a generator for a beard for a character from this race
inherited
-
getBuildGenerator(
Gender gender) → Generator< String> -
Returns a generator for a build for a character from this race
inherited
-
getEyesGenerator(
Gender gender) → Generator< String> -
Returns a generator for eyes for a character from this race
inherited
-
getFaceGenerator(
Gender gender) → Generator< String> -
Returns a generator for a face for a character from this race
inherited
-
getHairGenerator(
Gender gender) → Generator< Hair> -
Returns a generator for an hairstyle for a character from this race
inherited
-
getHeightGenerator(
Gender gender) → Generator< int> -
Returns a generator for a height for a character from this race
inherited
-
getName(
) → String -
Returns the name of the race
inherited
-
getNameGenerator(
Gender gender) → Generator< String> -
Returns a generator that generates a name for a character from this race
inherited
-
getOpinionGenerator(
) → Generator< String> -
Returns a generator for opinions about the race
inherited
-
getPersonalityQuirkGenerator(
) → Generator< String> -
Returns a generator for a personality quirk for a character from this race
inherited
-
getPersonalityTraitGenerator(
) → Generator< String> -
Returns a generator for a personality trait for a character from this race
inherited
-
getPluralName(
) → String -
Returns the plural name of the race
inherited
-
getSkinGenerator(
Gender gender) → Generator< String> -
Returns a generator for a skin for a character from this race
inherited
-
getSpecialFeatureGenerator(
Gender gender) → Generator< String> -
Returns a generator for a special feature for a character from this race
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited