Uses of Enum Class
zombie.iso.enums.MaterialType
Packages that use MaterialType
-
Uses of MaterialType in zombie
Methods in zombie with parameters of type MaterialTypeModifier and TypeMethodDescriptionabstract voidBaseSoundManager.playDamageSound(IsoGridSquare arg0, MaterialType arg1) voidDummySoundManager.playDamageSound(IsoGridSquare isoGridSquare, MaterialType materialType) voidSoundManager.playDamageSound(IsoGridSquare isoGridSquare, MaterialType materialType) abstract voidBaseSoundManager.playDestructionSound(IsoGridSquare arg0, MaterialType arg1) voidDummySoundManager.playDestructionSound(IsoGridSquare isoGridSquare, MaterialType materialType) voidSoundManager.playDestructionSound(IsoGridSquare isoGridSquare, MaterialType materialType) abstract voidBaseSoundManager.playImpactSound(IsoGridSquare var1, AmmoType var2, MaterialType var3) voidDummySoundManager.playImpactSound(IsoGridSquare isoGridSquare, AmmoType ammoType, MaterialType materialType) voidSoundManager.playImpactSound(IsoGridSquare isoGridSquare, AmmoType ammoType, MaterialType materialType) -
Uses of MaterialType in zombie.entity.components.combat
Methods in zombie.entity.components.combat that return MaterialTypeMethods in zombie.entity.components.combat with parameters of type MaterialType -
Uses of MaterialType in zombie.iso.enums
Subclasses with type arguments of type MaterialType in zombie.iso.enumsMethods in zombie.iso.enums that return MaterialTypeModifier and TypeMethodDescriptionstatic MaterialTypeReturns the enum constant of this class with the specified name.static MaterialType[]MaterialType.values()Returns an array containing the constants of this enum class, in the order they are declared.