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 IsoBarricadeIsoBarricade.AddBarricadeToObject(BarricadeAble to, boolean addOpposite) static IsoBarricadeIsoBarricade.AddBarricadeToObject(BarricadeAble to, IsoGameCharacter chr) IsoDoor.getBarricadeForCharacter(IsoGameCharacter chr) IsoThumpable.getBarricadeForCharacter(IsoGameCharacter chr) IsoWindow.getBarricadeForCharacter(IsoGameCharacter chr) IsoWindowFrame.getBarricadeForCharacter(IsoGameCharacter character) static IsoBarricadeIsoBarricade.GetBarricadeForCharacter(BarricadeAble obj, IsoGameCharacter chr) IsoDoor.getBarricadeOnOppositeSquare()IsoThumpable.getBarricadeOnOppositeSquare()IsoWindow.getBarricadeOnOppositeSquare()IsoWindowFrame.getBarricadeOnOppositeSquare()IsoDoor.getBarricadeOnSameSquare()IsoThumpable.getBarricadeOnSameSquare()IsoWindow.getBarricadeOnSameSquare()IsoWindowFrame.getBarricadeOnSameSquare()static IsoBarricadeIsoBarricade.GetBarricadeOnSquare(IsoGridSquare square, IsoDirections dir) IsoDoor.getBarricadeOppositeCharacter(IsoGameCharacter chr) IsoThumpable.getBarricadeOppositeCharacter(IsoGameCharacter chr) IsoWindow.getBarricadeOppositeCharacter(IsoGameCharacter chr) IsoWindowFrame.getBarricadeOppositeCharacter(IsoGameCharacter character) static IsoBarricadeIsoBarricade.GetBarricadeOppositeCharacter(BarricadeAble obj, IsoGameCharacter chr) -
Uses of IsoBarricade in zombie.iso.objects.interfaces
Methods in zombie.iso.objects.interfaces that return IsoBarricadeModifier and TypeMethodDescriptiondefault IsoBarricadeBarricadeAble.addBarricadesFromCraftRecipe(IsoGameCharacter character, ArrayList<InventoryItem> arrayList, CraftRecipeData craftRecipeData, boolean boolean0) BarricadeAble.getBarricadeForCharacter(IsoGameCharacter chr) BarricadeAble.getBarricadeOnOppositeSquare()BarricadeAble.getBarricadeOnSameSquare()BarricadeAble.getBarricadeOppositeCharacter(IsoGameCharacter chr)