Interface RoofRemovalConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_GROUP
static String
modesSection
static String
overridesSection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
overridePOH()
default boolean
removeBetween()
default boolean
removeDestination()
default boolean
removeHovered()
default boolean
removePosition()
-
-
-
Field Detail
-
CONFIG_GROUP
static final String CONFIG_GROUP
- See Also:
- Constant Field Values
-
modesSection
static final String modesSection
- See Also:
- Constant Field Values
-
overridesSection
static final String overridesSection
- See Also:
- Constant Field Values
-
-