Class EBConfig

java.lang.Object
com.binaris.wizardry.core.EBConfig

public final class EBConfig extends Object
  • Field Details

    • MANA_PER_SHARD

      public static final int MANA_PER_SHARD
      See Also:
    • MANA_PER_CRYSTAL

      public static final int MANA_PER_CRYSTAL
      See Also:
    • GRAND_CRYSTAL_MANA

      public static final int GRAND_CRYSTAL_MANA
      See Also:
    • NON_ELEMENTAL_UPGRADE_BONUS

      public static final int NON_ELEMENTAL_UPGRADE_BONUS
      See Also:
    • MAX_PROGRESSION_REDUCTION

      public static final float MAX_PROGRESSION_REDUCTION
      See Also:
    • STORAGE_INCREASE_PER_LEVEL

      public static final float STORAGE_INCREASE_PER_LEVEL
      See Also:
    • UPGRADE_STACK_LIMIT

      public static final int UPGRADE_STACK_LIMIT
      See Also:
    • lootInjectionLocations

      public static net.minecraft.resources.ResourceLocation[] lootInjectionLocations
    • meltItemsBlackList

      public static net.minecraft.resources.ResourceLocation[] meltItemsBlackList
    • modifiableMobs

      public static net.minecraft.resources.ResourceLocation[] modifiableMobs
    • blacklistedHostileMobs

      public static net.minecraft.resources.ResourceLocation[] blacklistedHostileMobs
    • playersMoveEachOther

      public static boolean playersMoveEachOther
    • replaceVanillaFallDamage

      public static boolean replaceVanillaFallDamage
    • showSpellHUD

      public static boolean showSpellHUD
    • showChargeMeter

      public static boolean showChargeMeter
    • preventBindingSameSpellTwiceToWands

      public static boolean preventBindingSameSpellTwiceToWands
    • singleUseSpellBooks

      public static boolean singleUseSpellBooks
    • injectMobDrops

      public static boolean injectMobDrops
    • passiveMobsAreAllies

      public static boolean passiveMobsAreAllies
    • reverseScrollDirection

      public static boolean reverseScrollDirection
    • shrineRegenerationEnabled

      public static boolean shrineRegenerationEnabled
    • playerBlockDamage

      public static boolean playerBlockDamage
    • spellHUDDynamicPositioning

      public static boolean spellHUDDynamicPositioning
    • spellHUDFlipX

      public static boolean spellHUDFlipX
    • spellHUDFlipY

      public static boolean spellHUDFlipY
    • blockPlayersAlliesDamage

      public static boolean blockPlayersAlliesDamage
    • blockOwnedAlliesDamage

      public static boolean blockOwnedAlliesDamage
    • forfeitChance

      public static double forfeitChance
    • currencyItems

      public static Map<org.apache.commons.lang3.tuple.Pair<net.minecraft.resources.ResourceLocation,Short>,Integer> currencyItems
  • Method Details

    • isOnList

      public static boolean isOnList(net.minecraft.resources.ResourceLocation[] list, net.minecraft.world.item.ItemStack stack)