Class AttributeRegistry

java.lang.Object
com.idark.valoria.registries.AttributeRegistry

public class AttributeRegistry extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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

    Modifier and Type
    Method
    Description
    static void
    register(net.minecraftforge.eventbus.api.IEventBus eventBus)
     

    Methods inherited from class java.lang.Object

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

    • PROJECTILE_DAMAGE

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

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

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

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

    • AttributeRegistry

      public AttributeRegistry()
  • Method Details

    • register

      public static void register(net.minecraftforge.eventbus.api.IEventBus eventBus)