@ConfigSerializable public class GeneralConfig extends AbstractYamlConfig
Modifier and Type | Class and Description |
---|---|
static class |
GeneralConfig.AFKHandler |
static class |
GeneralConfig.Debug |
static class |
GeneralConfig.Drops |
static class |
GeneralConfig.Healing |
static class |
GeneralConfig.OreColor |
static class |
GeneralConfig.OutsideEffects |
static class |
GeneralConfig.Pokerus |
static class |
GeneralConfig.Riding |
static class |
GeneralConfig.TMHM |
base, config
Constructor and Description |
---|
GeneralConfig() |
getNode, save
public int getHammerDurabilityLossMultiplier()
public void setHammerDurabilityLossMultiplier(int hammerDurabilityLossMultiplier)
public double getStartingBalance()
public boolean isAwardTokens()
public boolean isAllowPokemonNicknames()
public boolean isAllowVanillaMobs()
public boolean isAllowCaptureOutsideBattle()
public boolean isAllowRandomPokemonToBeLegendary()
public double getGrowthScaleModifier()
public boolean isAllowPlanting()
public boolean isCloningMachineEnabled()
public int getLakeTrioMaxEnchants()
public boolean isEngagePlayerByPokeBall()
public boolean isEnableWildAggression()
public EnumEncounterMode getShrineEncounterMode()
public boolean isSpawnersOpOnly()
public boolean isNpcEditorOpOnly()
public boolean isQuestEditorOpOnly()
public boolean isTradersReusable()
public int getMovesPerTutor()
public boolean isUseSystemTimeForWorldTime()
public int getTimeUpdateInterval()
public boolean isAllowPokemonEditors()
public boolean isAllowChisels()
public int getMaxLevel()
public boolean isCanPokemonBeHit()
public boolean isAlwaysHaveMegaRing()
public boolean isAlwaysHaveDynamaxBand()
public int getChanceToGetSpecialBidoof()
public boolean isDisabledNonPlayerMovement()
public boolean isAllowShinyCharmFromPokedex()
public boolean isAllowOvalCharmFromPokedex()
public double getExpCharmMultiplier()
public double getCatchingCharmMultiplier()
public int getMarkCharmRolls()
public java.util.List<GeneralConfig.OreColor> getOreColors()
public GeneralConfig.OreColor getEntryForBlock(java.lang.String registryName)
public int getAverageLureExpiryTicks()
public boolean isLimitShopKeeperStackSize()
public int getShopMaxStackSize(net.minecraft.item.ItemStack stack)
stack
- The base ItemStack that is being purchasedpublic java.util.List<java.lang.String> getOldGenDimensions()
public java.util.List<java.lang.String> getBothGenDimensions()
public float getDynamaxSize()
public boolean isAllowIllegalShinies()
public boolean isBerryJuiceCrafting()
public boolean isPokeGiftReusable()
public int getElevatorSearchRange()
public GeneralConfig.Debug getDebug()
public GeneralConfig.TMHM getTMs()
public GeneralConfig.Drops getDrops()
public GeneralConfig.Healing getHealing()
public GeneralConfig.AFKHandler getAfkHandler()
public GeneralConfig.Pokerus getPokerus()
public GeneralConfig.Riding getRiding()
public GeneralConfig.OutsideEffects getOutsideEffects()
public boolean usesGen8Features(net.minecraft.util.RegistryKey<net.minecraft.world.World> dimension)
public boolean isStarterOnJoin()
public java.lang.String getFallbackCaptureMethod()
public boolean isUseDiscordRichPresence()