Class ModAttributes

java.lang.Object
de.teamlapen.werewolves.core.ModAttributes

public class ModAttributes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.ai.attributes.Attribute>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.ai.attributes.Attribute>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.ai.attributes.Attribute>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.ai.attributes.Attribute>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ATTRIBUTES

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute> ATTRIBUTES
    • BITE_DAMAGE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.ai.attributes.Attribute> BITE_DAMAGE
    • TIME_REGAIN

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.ai.attributes.Attribute> TIME_REGAIN
    • FOOD_CONSUMPTION

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.ai.attributes.Attribute> FOOD_CONSUMPTION
    • FOOD_GAIN

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.ai.attributes.Attribute> FOOD_GAIN
  • Constructor Details

    • ModAttributes

      public ModAttributes()