Uses of Class
zombie.iso.IsoLightSource

Packages that use IsoLightSource
zombie.iso   
zombie.iso.objects   
 

Uses of IsoLightSource in zombie.iso
 

Methods in zombie.iso that return types with arguments of type IsoLightSource
 java.util.Stack<IsoLightSource> IsoCell.getLamppostPositions()
           
 

Method parameters in zombie.iso with type arguments of type IsoLightSource
 void IsoCell.setLamppostPositions(java.util.Stack<IsoLightSource> LamppostPositions)
           
 

Uses of IsoLightSource in zombie.iso.objects
 

Fields in zombie.iso.objects with type parameters of type IsoLightSource
 java.util.ArrayList<IsoLightSource> IsoLightSwitch.lights