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 void
BaseSoundManager.playDamageSound
(IsoGridSquare var1, MaterialType var2) void
DummySoundManager.playDamageSound
(IsoGridSquare var1, MaterialType var2) void
SoundManager.playDamageSound
(IsoGridSquare square, MaterialType materialType) abstract void
BaseSoundManager.playDestructionSound
(IsoGridSquare var1, MaterialType var2) void
DummySoundManager.playDestructionSound
(IsoGridSquare var1, MaterialType var2) void
SoundManager.playDestructionSound
(IsoGridSquare square, MaterialType materialType) abstract void
BaseSoundManager.playImpactSound
(IsoGridSquare var1, String var2, MaterialType var3) void
DummySoundManager.playImpactSound
(IsoGridSquare var1, String var2, MaterialType var3) void
SoundManager.playImpactSound
(IsoGridSquare square, String string1, 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 MaterialType
Returns 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.