Interface BarricadeAble
- All Known Implementing Classes:
IsoDoor, IsoThumpable, IsoWindow, IsoWindowFrame
public interface BarricadeAble
-
Method Summary
Modifier and TypeMethodDescriptiondefault IsoBarricadeaddBarricadesFromCraftRecipe(IsoGameCharacter chr, ArrayList<InventoryItem> items, CraftRecipeData craftRecipeData, boolean opposite) booleangetNorth()booleanboolean
-
Method Details
-
isBarricaded
boolean isBarricaded() -
isBarricadeAllowed
boolean isBarricadeAllowed() -
getBarricadeOnSameSquare
IsoBarricade getBarricadeOnSameSquare() -
getBarricadeOnOppositeSquare
IsoBarricade getBarricadeOnOppositeSquare() -
getBarricadeForCharacter
-
getBarricadeOppositeCharacter
-
getSquare
IsoGridSquare getSquare() -
getOppositeSquare
IsoGridSquare getOppositeSquare() -
getNorth
boolean getNorth() -
addBarricadesFromCraftRecipe
default IsoBarricade addBarricadesFromCraftRecipe(IsoGameCharacter chr, ArrayList<InventoryItem> items, CraftRecipeData craftRecipeData, boolean opposite)
-