Uses of Class
squidpony.MonsterGen.Chimera
| Package | Description |
|---|---|
| squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
-
Uses of MonsterGen.Chimera in squidpony
Fields in squidpony declared as MonsterGen.Chimera Modifier and Type Field Description static MonsterGen.ChimeraMonsterGen. HAWKstatic MonsterGen.ChimeraMonsterGen. HORSEstatic MonsterGen.ChimeraMonsterGen. LIONstatic MonsterGen.ChimeraMonsterGen. SHOGGOTHstatic MonsterGen.ChimeraMonsterGen. SNAKEMethods in squidpony that return MonsterGen.Chimera Modifier and Type Method Description MonsterGen.ChimeraMonsterGen.Chimera. mix(String newName, MonsterGen.Chimera other, double otherInfluence)Fuse two Chimera objects by some fraction of influence, using the default RNG and possibly renaming the creature.MonsterGen.ChimeraMonsterGen.Chimera. mix(RNG rng, String newName, MonsterGen.Chimera other, double otherInfluence)Fuse two Chimera objects by some fraction of influence, using the given RNG and possibly renaming the creature.MonsterGen.ChimeraMonsterGen. randomize()Randomly add appearance and power descriptors to a new Chimera creature with random body part adjectives.MonsterGen.ChimeraMonsterGen. randomize(String newName, int detail)Randomly add appearance and power descriptors to a new Chimera creature with random body part adjectives.MonsterGen.ChimeraMonsterGen. randomize(RNG rng, String newName, int detail)Randomly add appearance and power descriptors to a new Chimera creature with random body part adjectives.MonsterGen.ChimeraMonsterGen. randomizeAppearance(MonsterGen.Chimera creature, String newName, int adjectiveCount)Randomly add appearance descriptors to a copy of the Chimera creature.MonsterGen.ChimeraMonsterGen. randomizeAppearance(RNG rng, MonsterGen.Chimera creature, String newName, int adjectiveCount)Randomly add appearance descriptors to a copy of the Chimera creature.MonsterGen.ChimeraMonsterGen. randomizePowers(MonsterGen.Chimera creature, String newName, int powerCount)Randomly add power descriptors to a copy of the Chimera creature.MonsterGen.ChimeraMonsterGen. randomizePowers(RNG rng, MonsterGen.Chimera creature, String newName, int powerCount)Randomly add power descriptors to a copy of the Chimera creature.Methods in squidpony with parameters of type MonsterGen.Chimera Modifier and Type Method Description MonsterGen.ChimeraMonsterGen.Chimera. mix(String newName, MonsterGen.Chimera other, double otherInfluence)Fuse two Chimera objects by some fraction of influence, using the default RNG and possibly renaming the creature.MonsterGen.ChimeraMonsterGen.Chimera. mix(RNG rng, String newName, MonsterGen.Chimera other, double otherInfluence)Fuse two Chimera objects by some fraction of influence, using the given RNG and possibly renaming the creature.MonsterGen.ChimeraMonsterGen. randomizeAppearance(MonsterGen.Chimera creature, String newName, int adjectiveCount)Randomly add appearance descriptors to a copy of the Chimera creature.MonsterGen.ChimeraMonsterGen. randomizeAppearance(RNG rng, MonsterGen.Chimera creature, String newName, int adjectiveCount)Randomly add appearance descriptors to a copy of the Chimera creature.MonsterGen.ChimeraMonsterGen. randomizePowers(MonsterGen.Chimera creature, String newName, int powerCount)Randomly add power descriptors to a copy of the Chimera creature.MonsterGen.ChimeraMonsterGen. randomizePowers(RNG rng, MonsterGen.Chimera creature, String newName, int powerCount)Randomly add power descriptors to a copy of the Chimera creature.Constructors in squidpony with parameters of type MonsterGen.Chimera Constructor Description Chimera(String name, MonsterGen.Chimera other)Copies an existing Chimera other into a new Chimera with potentially a different name.