Package de.teamlapen.werewolves.config
Class ServerConfig
java.lang.Object
de.teamlapen.werewolves.config.ServerConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraftforge.common.ForgeConfigSpec.BooleanValueDeprecated, for removal: This API element is subject to removal in a future version.final net.minecraftforge.common.ForgeConfigSpec.BooleanValuefinal net.minecraftforge.common.ForgeConfigSpec.DoubleValuefinal net.minecraftforge.common.ForgeConfigSpec.DoubleValue -
Method Summary
Modifier and TypeMethodDescriptionbooleanisCustomMeatItems(net.minecraft.world.item.Item item) booleanisCustomRawMeatItems(net.minecraft.world.item.Item item)
-
Field Details
-
customMeatItems
-
customRawMeatItems
-
disableToothInfection
@Deprecated(forRemoval=true) public final net.minecraftforge.common.ForgeConfigSpec.BooleanValue disableToothInfectionDeprecated, for removal: This API element is subject to removal in a future version.usedisableWerewolfToothInfectioninstead -
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)
-