Class BooleanProperty.BooleanValue
java.lang.Object
group24.escaperoom.entities.properties.BooleanProperty.BooleanValue
- All Implemented Interfaces:
ItemPropertyValue
- Enclosing class:
- BooleanProperty
A wrapper around a boolean that is also a
ItemPropertyValue-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanValue
public BooleanValue(boolean inner) - Parameters:
inner- the inner boolean value
-
-
Method Details
-
isTrue
public boolean isTrue()- Returns:
- whether this value is true
-
getDisplay
- Specified by:
getDisplayin interfaceItemPropertyValue- Parameters:
parent- the menu spawning this entry- Returns:
- the
Menu.MenuEntrydescribing thisItemPropertyValue
-