Uses of Class
zombie.core.ImmutableColor
Packages that use ImmutableColor
Package
Description
-
Uses of ImmutableColor in zombie.characters
Fields in zombie.characters with type parameters of type ImmutableColorModifier and TypeFieldDescriptionstatic final ArrayList
<ImmutableColor> SurvivorDesc.HairCommonColors
Methods in zombie.characters that return ImmutableColorMethods in zombie.characters that return types with arguments of type ImmutableColorMethods in zombie.characters with parameters of type ImmutableColorModifier and TypeMethodDescriptionvoid
EquippedTextureCreator.init
(ModelInstance modelInstancex, float float0, ImmutableColor immutableColor) -
Uses of ImmutableColor in zombie.core
Fields in zombie.core declared as ImmutableColorModifier and TypeFieldDescriptionstatic final ImmutableColor
ImmutableColor.black
static final ImmutableColor
ImmutableColor.blue
static final ImmutableColor
ImmutableColor.cyan
static final ImmutableColor
ImmutableColor.darkGray
static final ImmutableColor
ImmutableColor.darkGreen
static final ImmutableColor
ImmutableColor.gray
static final ImmutableColor
ImmutableColor.green
static final ImmutableColor
ImmutableColor.lightGray
static final ImmutableColor
ImmutableColor.lightGreen
static final ImmutableColor
ImmutableColor.magenta
static final ImmutableColor
ImmutableColor.orange
static final ImmutableColor
ImmutableColor.pink
static final ImmutableColor
ImmutableColor.purple
static final ImmutableColor
ImmutableColor.red
static final ImmutableColor
ImmutableColor.transparent
static final ImmutableColor
ImmutableColor.white
static final ImmutableColor
ImmutableColor.yellow
Methods in zombie.core that return ImmutableColorModifier and TypeMethodDescriptionImmutableColor.add
(ImmutableColor c) ImmutableColor.brighter()
ImmutableColor.brighter
(float scale) ImmutableColor.darker()
ImmutableColor.darker
(float scale) static ImmutableColor
ImmutableColor.interp
(ImmutableColor to, float delta) static ImmutableColor
ImmutableColor.random()
ImmutableColor.scale
(float value) Methods in zombie.core with parameters of type ImmutableColorModifier and TypeMethodDescriptionImmutableColor.add
(ImmutableColor c) ImmutableColor.interp
(ImmutableColor to, float delta) Constructors in zombie.core with parameters of type ImmutableColor -
Uses of ImmutableColor in zombie.core.skinnedmodel.model
Fields in zombie.core.skinnedmodel.model declared as ImmutableColorModifier and TypeFieldDescriptionstatic final ImmutableColor
WorldItemModelDrawer.HIGHLIGHT_COLOR
static final ImmutableColor
WorldItemModelDrawer.ROTTEN_FOOD_COLOR
-
Uses of ImmutableColor in zombie.core.skinnedmodel.population
Fields in zombie.core.skinnedmodel.population declared as ImmutableColorModifier and TypeFieldDescriptionOutfit.RandomData.m_hairColor
Outfit.RandomData.m_pantsTint
ClothingItemReference.RandomData.m_Tint
Outfit.RandomData.m_topTint
Methods in zombie.core.skinnedmodel.population that return ImmutableColorModifier and TypeMethodDescriptionstatic ImmutableColor
OutfitRNG.randomImmutableColor()
static ImmutableColor
OutfitRNG.randomImmutableColor
(boolean boolean0) -
Uses of ImmutableColor in zombie.core.skinnedmodel.visual
Fields in zombie.core.skinnedmodel.visual declared as ImmutableColorMethods in zombie.core.skinnedmodel.visual that return ImmutableColorModifier and TypeMethodDescriptionHumanVisual.getBeardColor()
HumanVisual.getHairColor()
HumanVisual.getNaturalBeardColor()
HumanVisual.getNaturalHairColor()
HumanVisual.getSkinColor()
ItemVisual.getTint()
ItemVisual.getTint
(ClothingItem clothingItem) Methods in zombie.core.skinnedmodel.visual with parameters of type ImmutableColorModifier and TypeMethodDescriptionvoid
HumanVisual.setBeardColor
(ImmutableColor color) void
HumanVisual.setHairColor
(ImmutableColor color) void
HumanVisual.setNaturalBeardColor
(ImmutableColor color) void
HumanVisual.setNaturalHairColor
(ImmutableColor color) void
HumanVisual.setSkinColor
(ImmutableColor color) void
ItemVisual.setTint
(ImmutableColor tint) -
Uses of ImmutableColor in zombie.core.textures
Methods in zombie.core.textures that return ImmutableColorMethods in zombie.core.textures with parameters of type ImmutableColorModifier and TypeMethodDescriptionvoid
SmartTexture.addMaskedTexture
(CharacterMask mask, String masksFolder, String base, int category, ImmutableColor _tint, float _hue) void
SmartTexture.addMaskedTexture
(CharacterMask mask, String masksFolder, Texture base, int category, ImmutableColor _tint, float _hue) void
SmartTexture.addTexture
(String base, int category, ImmutableColor _tint, float _hue) -
Uses of ImmutableColor in zombie.scripting.objects
Fields in zombie.scripting.objects declared as ImmutableColor