Uses of Enum Class
zombie.iso.objects.IsoTrap.ExplosionMode
Packages that use IsoTrap.ExplosionMode
-
Uses of IsoTrap.ExplosionMode in zombie.iso
Methods in zombie.iso with parameters of type IsoTrap.ExplosionModeModifier and TypeMethodDescriptionvoid
IsoGridSquare.drawCircleExplosion
(int radius, IsoTrap trap, IsoTrap.ExplosionMode explosionMode) -
Uses of IsoTrap.ExplosionMode in zombie.iso.objects
Subclasses with type arguments of type IsoTrap.ExplosionMode in zombie.iso.objectsMethods in zombie.iso.objects that return IsoTrap.ExplosionModeModifier and TypeMethodDescriptionstatic IsoTrap.ExplosionMode
Returns the enum constant of this class with the specified name.static IsoTrap.ExplosionMode[]
IsoTrap.ExplosionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.