Class CommonProperties

java.lang.Object
dev.latvian.mods.kubejs.util.BaseProperties
dev.latvian.mods.kubejs.CommonProperties

public class CommonProperties extends BaseProperties
  • Field Details

    • hideServerScriptErrors

      public boolean hideServerScriptErrors
    • serverOnly

      public boolean serverOnly
    • announceReload

      public boolean announceReload
    • packMode

      public String packMode
    • saveDevPropertiesInConfig

      public boolean saveDevPropertiesInConfig
    • allowAsyncStreams

      public boolean allowAsyncStreams
    • matchJsonRecipes

      public boolean matchJsonRecipes
    • ignoreCustomUniqueRecipeIds

      public boolean ignoreCustomUniqueRecipeIds
    • startupErrorGUI

      public boolean startupErrorGUI
    • startupErrorReportUrl

      public String startupErrorReportUrl
    • removeSlotLimit

      public boolean removeSlotLimit
    • defaultMaxStackSize

      public int defaultMaxStackSize
    • creativeModeTabIcon

      public com.google.gson.JsonElement creativeModeTabIcon
    • creativeModeTabName

      public com.google.gson.JsonElement creativeModeTabName
  • Method Details

    • get

      public static CommonProperties get()
    • reload

      public static void reload()
    • load

      protected void load()
      Overrides:
      load in class BaseProperties
    • setPackMode

      public void setPackMode(String s)
    • getCreativeModeTabName

      public net.minecraft.network.chat.Component getCreativeModeTabName()
    • getMaxSlotSize

      public int getMaxSlotSize(int original)
    • getMaxStackSize

      public int getMaxStackSize(int original)