Package dev.latvian.mods.kubejs
Class CommonProperties
java.lang.Object
dev.latvian.mods.kubejs.util.BaseProperties
dev.latvian.mods.kubejs.CommonProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleancom.google.gson.JsonElementcom.google.gson.JsonElementintbooleanbooleanbooleanbooleanbooleanbooleanbooleanFields inherited from class dev.latvian.mods.kubejs.util.BaseProperties
properties -
Method Summary
Modifier and TypeMethodDescriptionstatic CommonPropertiesget()net.minecraft.network.chat.ComponentintgetMaxSlotSize(int original) intgetMaxStackSize(int original) protected voidload()static voidreload()void
-
Field Details
-
hideServerScriptErrors
public boolean hideServerScriptErrors -
serverOnly
public boolean serverOnly -
announceReload
public boolean announceReload -
packMode
-
saveDevPropertiesInConfig
public boolean saveDevPropertiesInConfig -
allowAsyncStreams
public boolean allowAsyncStreams -
matchJsonRecipes
public boolean matchJsonRecipes -
ignoreCustomUniqueRecipeIds
public boolean ignoreCustomUniqueRecipeIds -
startupErrorGUI
public boolean startupErrorGUI -
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
-
reload
public static void reload() -
load
protected void load()- Overrides:
loadin classBaseProperties
-
setPackMode
-
getCreativeModeTabName
public net.minecraft.network.chat.Component getCreativeModeTabName() -
getMaxSlotSize
public int getMaxSlotSize(int original) -
getMaxStackSize
public int getMaxStackSize(int original)
-