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 _modelInstance, float bloodLevel, ImmutableColor tint, float fluidLevel, Color fluidTint) -
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.hairColorOutfit.RandomData.pantsTintClothingItemReference.RandomData.tintOutfit.RandomData.topTintMethods in zombie.core.skinnedmodel.population that return ImmutableColorModifier and TypeMethodDescriptionstatic ImmutableColorOutfitRNG.randomImmutableColor()static ImmutableColorOutfitRNG.randomImmutableColor(boolean noBlack) -
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 mask, String masksFolder, String base, int category, ImmutableColor tint, float hue) voidSmartTexture.addMaskedTexture(CharacterMask mask, String masksFolder, Texture base, int category, ImmutableColor tint, float hue) voidSmartTexture.addTexture(String base, int category, ImmutableColor tint, float hue) -
Uses of ImmutableColor in zombie.scripting.objects
Fields in zombie.scripting.objects declared as ImmutableColor