Package org.rspeer.game
Class House.JewelleryBox
- java.lang.Object
-
- org.rspeer.game.House.JewelleryBox
-
-
Constructor Summary
Constructors Constructor Description JewelleryBox()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SceneObject
getNearest()
static boolean
isOpen()
static boolean
open()
static boolean
select(String option)
-
-
-
Method Detail
-
isOpen
public static boolean isOpen()
-
open
public static boolean open()
-
select
public static boolean select(String option)
-
getNearest
public static SceneObject getNearest()
-
-