Package org.rspeer.game.house
Class House
- java.lang.Object
-
- org.rspeer.game.house.House
-
public class House extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
House.Location
-
Constructor Summary
Constructors Constructor Description House()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static House.Location
getLocation()
static boolean
isInside()
-
-
-
Method Detail
-
isInside
public static boolean isInside()
-
getLocation
public static House.Location getLocation()
-
-