Package org.rspeer.game.house
Class JewelleryBox
- java.lang.Object
-
- org.rspeer.game.house.JewelleryBox
-
public class JewelleryBox extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JewelleryBox.Type
-
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()
-
-