Interface SCAttributes


public interface SCAttributes
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute>
     
    static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute>
     
    static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute>
     
    static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute>
     
    static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute>
     
    static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute>
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    register(net.neoforged.bus.api.IEventBus eventBus)
     
  • Field Details

    • REGISTRY

      static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute> REGISTRY
    • HANDLE_ROTATION_SPEED_MULTIPLIER

      static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute> HANDLE_ROTATION_SPEED_MULTIPLIER
    • PENALTY_MULTIPLIER

      static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute> PENALTY_MULTIPLIER
    • BASE_DECAY_MULTIPLIER

      static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute> BASE_DECAY_MULTIPLIER
    • REQUIRED_SCORE_MULTIPLIER

      static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute> REQUIRED_SCORE_MULTIPLIER
    • VANISHING_RATE_MULTIPLIER

      static final net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute> VANISHING_RATE_MULTIPLIER
  • Method Details

    • register

      static void register(net.neoforged.bus.api.IEventBus eventBus)