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.Chimera
MonsterGen. HAWK
static MonsterGen.Chimera
MonsterGen. HORSE
static MonsterGen.Chimera
MonsterGen. LION
static MonsterGen.Chimera
MonsterGen. SHOGGOTH
static MonsterGen.Chimera
MonsterGen. SNAKE
Methods in squidpony that return MonsterGen.Chimera Modifier and Type Method Description MonsterGen.Chimera
MonsterGen.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.Chimera
MonsterGen.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.Chimera
MonsterGen. randomize()
Randomly add appearance and power descriptors to a new Chimera creature with random body part adjectives.MonsterGen.Chimera
MonsterGen. randomize(String newName, int detail)
Randomly add appearance and power descriptors to a new Chimera creature with random body part adjectives.MonsterGen.Chimera
MonsterGen. randomize(RNG rng, String newName, int detail)
Randomly add appearance and power descriptors to a new Chimera creature with random body part adjectives.MonsterGen.Chimera
MonsterGen. randomizeAppearance(MonsterGen.Chimera creature, String newName, int adjectiveCount)
Randomly add appearance descriptors to a copy of the Chimera creature.MonsterGen.Chimera
MonsterGen. randomizeAppearance(RNG rng, MonsterGen.Chimera creature, String newName, int adjectiveCount)
Randomly add appearance descriptors to a copy of the Chimera creature.MonsterGen.Chimera
MonsterGen. randomizePowers(MonsterGen.Chimera creature, String newName, int powerCount)
Randomly add power descriptors to a copy of the Chimera creature.MonsterGen.Chimera
MonsterGen. 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.Chimera
MonsterGen.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.Chimera
MonsterGen.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.Chimera
MonsterGen. randomizeAppearance(MonsterGen.Chimera creature, String newName, int adjectiveCount)
Randomly add appearance descriptors to a copy of the Chimera creature.MonsterGen.Chimera
MonsterGen. randomizeAppearance(RNG rng, MonsterGen.Chimera creature, String newName, int adjectiveCount)
Randomly add appearance descriptors to a copy of the Chimera creature.MonsterGen.Chimera
MonsterGen. randomizePowers(MonsterGen.Chimera creature, String newName, int powerCount)
Randomly add power descriptors to a copy of the Chimera creature.MonsterGen.Chimera
MonsterGen. 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.