Uses of Class
zombie.iso.objects.IsoBarricade
Packages that use IsoBarricade
-
Uses of IsoBarricade in zombie.iso.objects
Methods in zombie.iso.objects that return IsoBarricadeModifier and TypeMethodDescriptionIsoWindow.addBarricadesDebug
(int numPlanks, boolean metal) static IsoBarricade
IsoBarricade.AddBarricadeToObject
(BarricadeAble to, boolean addOpposite) static IsoBarricade
IsoBarricade.AddBarricadeToObject
(BarricadeAble to, IsoGameCharacter chr) IsoDoor.getBarricadeForCharacter
(IsoGameCharacter chr) IsoThumpable.getBarricadeForCharacter
(IsoGameCharacter chr) IsoWindow.getBarricadeForCharacter
(IsoGameCharacter chr) IsoWindowFrame.getBarricadeForCharacter
(IsoGameCharacter isoGameCharacter) static IsoBarricade
IsoBarricade.GetBarricadeForCharacter
(BarricadeAble obj, IsoGameCharacter chr) IsoDoor.getBarricadeOnOppositeSquare()
IsoThumpable.getBarricadeOnOppositeSquare()
IsoWindow.getBarricadeOnOppositeSquare()
IsoWindowFrame.getBarricadeOnOppositeSquare()
IsoDoor.getBarricadeOnSameSquare()
IsoThumpable.getBarricadeOnSameSquare()
IsoWindow.getBarricadeOnSameSquare()
IsoWindowFrame.getBarricadeOnSameSquare()
static IsoBarricade
IsoBarricade.GetBarricadeOnSquare
(IsoGridSquare square, IsoDirections dir) IsoDoor.getBarricadeOppositeCharacter
(IsoGameCharacter chr) IsoThumpable.getBarricadeOppositeCharacter
(IsoGameCharacter chr) IsoWindow.getBarricadeOppositeCharacter
(IsoGameCharacter chr) IsoWindowFrame.getBarricadeOppositeCharacter
(IsoGameCharacter isoGameCharacter) static IsoBarricade
IsoBarricade.GetBarricadeOppositeCharacter
(BarricadeAble obj, IsoGameCharacter chr) -
Uses of IsoBarricade in zombie.iso.objects.interfaces
Methods in zombie.iso.objects.interfaces that return IsoBarricadeModifier and TypeMethodDescriptionBarricadeAble.getBarricadeForCharacter
(IsoGameCharacter chr) BarricadeAble.getBarricadeOnOppositeSquare()
BarricadeAble.getBarricadeOnSameSquare()
BarricadeAble.getBarricadeOppositeCharacter
(IsoGameCharacter chr)