Package net.storm.api.game
Interface IHouse
-
public interface IHouse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canEnter()
void
enter()
HouseLocation
getLocation()
net.runelite.api.coords.WorldPoint
getOutsideLocation()
boolean
isInside()
-
-
-
Method Detail
-
getLocation
HouseLocation getLocation()
-
getOutsideLocation
net.runelite.api.coords.WorldPoint getOutsideLocation()
-
isInside
boolean isInside()
-
canEnter
boolean canEnter()
-
enter
void enter()
-
-