Package net.storm.api.game
Interface IHouse
public interface IHouse
-
Method Details
-
getLocation
HouseLocation getLocation() -
getOutsideLocation
net.runelite.api.coords.WorldPoint getOutsideLocation() -
isInside
boolean isInside() -
canEnter
boolean canEnter() -
enter
void enter()
-