Class ServerConfig

java.lang.Object
de.teamlapen.werewolves.config.ServerConfig

public class ServerConfig extends Object
  • Field Details

    • customMeatItems

      public final net.minecraftforge.common.ForgeConfigSpec.ConfigValue<List<? extends String>> customMeatItems
    • customRawMeatItems

      public final net.minecraftforge.common.ForgeConfigSpec.ConfigValue<List<? extends String>> customRawMeatItems
    • disableToothInfection

      @Deprecated(forRemoval=true) public final net.minecraftforge.common.ForgeConfigSpec.BooleanValue disableToothInfection
      Deprecated, for removal: This API element is subject to removal in a future version.
    • werewolfFormFreeFormBiomes

      public final net.minecraftforge.common.ForgeConfigSpec.ConfigValue<List<? extends String>> werewolfFormFreeFormBiomes
    • mobBiteInfectChance

      public final net.minecraftforge.common.ForgeConfigSpec.DoubleValue mobBiteInfectChance
    • playerBiteInfectChance

      public final net.minecraftforge.common.ForgeConfigSpec.DoubleValue playerBiteInfectChance
    • disableWerewolfToothInfection

      public final net.minecraftforge.common.ForgeConfigSpec.BooleanValue disableWerewolfToothInfection
  • Method Details

    • isCustomMeatItems

      public boolean isCustomMeatItems(net.minecraft.world.item.Item item)
    • isCustomRawMeatItems

      public boolean isCustomRawMeatItems(net.minecraft.world.item.Item item)