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.HairCommonColorsMethods 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 TypeMethodDescriptionvoidEquippedTextureCreator.init(ModelInstance modelInstancex, float float0, ImmutableColor immutableColor, float float1, Color color) -
Uses of ImmutableColor in zombie.core
Fields in zombie.core declared as ImmutableColorModifier and TypeFieldDescriptionstatic final ImmutableColorImmutableColor.blackstatic final ImmutableColorImmutableColor.bluestatic final ImmutableColorImmutableColor.cyanstatic final ImmutableColorImmutableColor.darkGraystatic final ImmutableColorImmutableColor.darkGreenstatic final ImmutableColorImmutableColor.graystatic final ImmutableColorImmutableColor.greenstatic final ImmutableColorImmutableColor.lightGraystatic final ImmutableColorImmutableColor.lightGreenstatic final ImmutableColorImmutableColor.magentastatic final ImmutableColorImmutableColor.orangestatic final ImmutableColorImmutableColor.pinkstatic final ImmutableColorImmutableColor.purplestatic final ImmutableColorImmutableColor.redstatic final ImmutableColorImmutableColor.transparentstatic final ImmutableColorImmutableColor.whitestatic final ImmutableColorImmutableColor.yellowMethods in zombie.core that return ImmutableColorModifier and TypeMethodDescriptionImmutableColor.add(ImmutableColor c) ImmutableColor.brighter()ImmutableColor.brighter(float scale) ImmutableColor.darker()ImmutableColor.darker(float scale) static ImmutableColorImmutableColor.interp(ImmutableColor to, float delta) static ImmutableColorImmutableColor.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 ImmutableColorWorldItemModelDrawer.HIGHLIGHT_COLORstatic final ImmutableColorWorldItemModelDrawer.ROTTEN_FOOD_COLOR -
Uses of ImmutableColor in zombie.core.skinnedmodel.population
Fields in zombie.core.skinnedmodel.population declared as ImmutableColorModifier and TypeFieldDescriptionOutfit.RandomData.m_hairColorOutfit.RandomData.m_pantsTintClothingItemReference.RandomData.m_TintOutfit.RandomData.m_topTintMethods in zombie.core.skinnedmodel.population that return ImmutableColorModifier and TypeMethodDescriptionstatic ImmutableColorOutfitRNG.randomImmutableColor()static ImmutableColorOutfitRNG.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 TypeMethodDescriptionvoidHumanVisual.setBeardColor(ImmutableColor color) voidHumanVisual.setHairColor(ImmutableColor color) voidHumanVisual.setNaturalBeardColor(ImmutableColor color) voidHumanVisual.setNaturalHairColor(ImmutableColor color) voidHumanVisual.setSkinColor(ImmutableColor color) voidItemVisual.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 TypeMethodDescriptionvoidSmartTexture.addMaskedTexture(CharacterMask characterMask, String string0, String string1, int int0, ImmutableColor immutableColor, float float0) voidSmartTexture.addMaskedTexture(CharacterMask characterMask, String string, Texture texture, int int0, ImmutableColor immutableColor, float float0) voidSmartTexture.addTexture(String string, int int0, ImmutableColor immutableColor, float float0) -
Uses of ImmutableColor in zombie.scripting.objects
Fields in zombie.scripting.objects declared as ImmutableColor