|
| static boolean | canBePlace (ISBuildingObject ISItem, IsoGridSquare square) |
| static number | getWoodHealth (ISBuildingObject ISItem) |
| static void | checkCorner (number x, number y, number z, boolean north, IsoThumpable thumpable, ISBuildIsoEntity item) |
| static void | addCorner (number x, number y, number z, IsoThumpable thumpable, ISBuildIsoEntity item) |
| static void | addWoodXp (ISBuildingObject ISItem) |
| static boolean | predicateMaterial (InventoryItem item) |
| static integer | useDrainable (DrainableComboItem item, integer uses) |
| static InventoryItem[] | consumeMaterial (ISBuildingObject ISItem) |
| static table | openNailsBox (ISBuildingObject ISItem) |
| static void | removeFromGround (IsoGridSquare square) |
| static table< string, InventoryItem[]> | getMaterialOnGround (IsoGridSquare squareToCheck) |
| static table< string, integer > | getMaterialOnGroundCounts (table< string, InventoryItem[]> itemMap) |
| static table< string, integer > | getMaterialOnGroundUses (table< string, InventoryItem[]> itemMap) |
| static table< string, integer > | checkMaterialOnGround (IsoGridSquare squareToCheck) |
| static void | setInfo (IsoThumpable javaObject, ISBuildingObject ISItem) |
| static boolean | stairIsBlockingPlacement (IsoGridSquare _square, boolean _doAdjacent, boolean _north) |
| static IsoObject[] | getStairObjects (IsoObject object, boolean skipFloor) |
| static IsoObject[] | getDoubleDoorObjects (IsoObject object) |
| static IsoObject[] | getGarageDoorObjects (IsoObject object) |
| static IsoObject[] | getGraveObjects (IsoObject object) |
| static void | setHaveConstruction (IsoGridSquare _square, boolean _hasConstruction) |