Class EmiConfig

java.lang.Object
emi.dev.emi.emi.config.EmiConfig

public class EmiConfig extends Object
  • Field Details

    • FILTERS

      public static final Map<String,Predicate<?>> FILTERS
    • DEFAULT_CONFIG

      public static final String DEFAULT_CONFIG
    • useGlobalConfig

      public static boolean useGlobalConfig
    • startupConfig

      public static String startupConfig
    • enabled

      public static boolean enabled
    • cheatMode

      public static boolean cheatMode
    • helpLevel

      public static HelpLevel helpLevel
    • searchTooltipByDefault

      public static boolean searchTooltipByDefault
    • searchModNameByDefault

      public static boolean searchModNameByDefault
    • searchTagsByDefault

      public static boolean searchTagsByDefault
    • searchIdByDefault

      public static boolean searchIdByDefault
    • effectLocation

      public static EffectLocation effectLocation
    • showHoverOverlay

      public static boolean showHoverOverlay
    • appendModId

      public static boolean appendModId
    • appendItemModId

      public static boolean appendItemModId
    • miscraftPrevention

      public static boolean miscraftPrevention
    • fluidUnit

      public static FluidUnit fluidUnit
    • centerSearchBar

      public static boolean centerSearchBar
    • searchSidebarFocus

      public static SidebarType searchSidebarFocus
    • emptySearchSidebarFocus

      public static SidebarType emptySearchSidebarFocus
    • verticalMargin

      public static int verticalMargin
    • minimumRecipeScreenWidth

      public static int minimumRecipeScreenWidth
    • workstationLocation

      public static SidebarSide workstationLocation
    • showCostPerBatch

      public static boolean showCostPerBatch
    • recipeDefaultButton

      public static boolean recipeDefaultButton
    • recipeTreeButton

      public static boolean recipeTreeButton
    • recipeFillButton

      public static boolean recipeFillButton
    • recipeScreenshotButton

      public static boolean recipeScreenshotButton
    • recipeScreenshotScale

      public static int recipeScreenshotScale
    • leftSidebarPages

      public static SidebarPages leftSidebarPages
    • leftSidebarSubpanels

      public static SidebarSubpanels leftSidebarSubpanels
    • leftSidebarSize

      public static IntGroup leftSidebarSize
    • leftSidebarMargins

      public static Margins leftSidebarMargins
    • leftSidebarAlign

      public static ScreenAlign leftSidebarAlign
    • leftSidebarHeader

      public static HeaderType leftSidebarHeader
    • leftSidebarTheme

      public static SidebarTheme leftSidebarTheme
    • rightSidebarPages

      public static SidebarPages rightSidebarPages
    • rightSidebarSubpanels

      public static SidebarSubpanels rightSidebarSubpanels
    • rightSidebarSize

      public static IntGroup rightSidebarSize
    • rightSidebarMargins

      public static Margins rightSidebarMargins
    • rightSidebarAlign

      public static ScreenAlign rightSidebarAlign
    • rightSidebarHeader

      public static HeaderType rightSidebarHeader
    • rightSidebarTheme

      public static SidebarTheme rightSidebarTheme
    • topSidebarPages

      public static SidebarPages topSidebarPages
    • topSidebarSubpanels

      public static SidebarSubpanels topSidebarSubpanels
    • topSidebarSize

      public static IntGroup topSidebarSize
    • topSidebarMargins

      public static Margins topSidebarMargins
    • topSidebarAlign

      public static ScreenAlign topSidebarAlign
    • topSidebarHeader

      public static HeaderType topSidebarHeader
    • topSidebarTheme

      public static SidebarTheme topSidebarTheme
    • bottomSidebarPages

      public static SidebarPages bottomSidebarPages
    • bottomSidebarSubpanels

      public static SidebarSubpanels bottomSidebarSubpanels
    • bottomSidebarSize

      public static IntGroup bottomSidebarSize
    • bottomSidebarMargins

      public static Margins bottomSidebarMargins
    • bottomSidebarAlign

      public static ScreenAlign bottomSidebarAlign
    • bottomSidebarHeader

      public static HeaderType bottomSidebarHeader
    • bottomSidebarTheme

      public static SidebarTheme bottomSidebarTheme
    • toggleVisibility

      public static EmiBind toggleVisibility
    • focusSearch

      public static EmiBind focusSearch
    • clearSearch

      public static EmiBind clearSearch
    • viewRecipes

      public static EmiBind viewRecipes
    • viewUses

      public static EmiBind viewUses
    • favorite

      public static EmiBind favorite
    • defaultStack

      public static EmiBind defaultStack
    • viewStackTree

      public static EmiBind viewStackTree
    • viewTree

      public static EmiBind viewTree
    • back

      public static EmiBind back
    • forward

      public static EmiBind forward
    • craftOne

      public static EmiBind craftOne
    • craftAll

      public static EmiBind craftAll
    • craftOneToInventory

      public static EmiBind craftOneToInventory
    • craftAllToInventory

      public static EmiBind craftAllToInventory
    • craftOneToCursor

      public static EmiBind craftOneToCursor
    • showCraft

      public static EmiBind showCraft
    • cheatOneToInventory

      public static EmiBind cheatOneToInventory
    • cheatStackToInventory

      public static EmiBind cheatStackToInventory
    • cheatOneToCursor

      public static EmiBind cheatOneToCursor
    • cheatStackToCursor

      public static EmiBind cheatStackToCursor
    • deleteCursorStack

      public static EmiBind deleteCursorStack
    • hideStack

      public static EmiBind hideStack
    • hideStackById

      public static EmiBind hideStackById
    • devMode

      public static boolean devMode
    • editMode

      public static boolean editMode
    • logUntranslatedTags

      public static boolean logUntranslatedTags
    • logNonTagIngredients

      public static boolean logNonTagIngredients
    • showRecipeIds

      public static boolean showRecipeIds
    • highlightDefaulted

      public static boolean highlightDefaulted
    • highlightExclusionAreas

      public static boolean highlightExclusionAreas
  • Constructor Details

    • EmiConfig

      public EmiConfig()
  • Method Details

    • loadConfig

      public static void loadConfig()
    • setGlobalState

      public static void setGlobalState(boolean useGlobal)
    • loadConfig

      public static void loadConfig(QDCSS css)
    • writeConfig

      public static void writeConfig()
    • getSavedConfig

      public static String getSavedConfig()