Interface RoofRemovalConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_GROUPstatic java.lang.StringmodesSectionstatic java.lang.StringoverridesSection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanoverridePOH()default booleanremoveBetween()default booleanremoveDestination()default booleanremoveHovered()default booleanremovePosition()
-
-
-
Field Detail
-
CONFIG_GROUP
static final java.lang.String CONFIG_GROUP
- See Also:
- Constant Field Values
-
modesSection
static final java.lang.String modesSection
- See Also:
- Constant Field Values
-
overridesSection
static final java.lang.String overridesSection
- See Also:
- Constant Field Values
-
-