Interface AdventureProperties.Property<T>
-
- Type Parameters:
T
- the value type
- Enclosing class:
- AdventureProperties
@Internal @NonExtendable public static interface AdventureProperties.Property<T>
A property.- Since:
- 4.10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
value()
Gets the value.
-
-
-
Method Detail
-
value
@Nullable T value()
Gets the value.- Returns:
- the value
- Since:
- 4.10.0
-
-