Class HexAttributes

java.lang.Object
at.petrak.hexcasting.common.lib.HexAttributes

public class HexAttributes extends Object
On forge: these are setup in ForgeHexInit On fabric: it's a mixin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.entity.ai.attributes.Attribute
     
    static final net.minecraft.world.entity.ai.attributes.Attribute
     
    static final net.minecraft.world.entity.ai.attributes.Attribute
     
    static final net.minecraft.world.entity.ai.attributes.Attribute
     
    static final net.minecraft.world.entity.ai.attributes.Attribute
    Whether you have the lens overlay when looking at something.
    static final net.minecraft.world.entity.ai.attributes.Attribute
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    register(BiConsumer<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.resources.ResourceLocation> r)
     

    Methods inherited from class java.lang.Object

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

    • GRID_ZOOM

      public static final net.minecraft.world.entity.ai.attributes.Attribute GRID_ZOOM
    • SCRY_SIGHT

      public static final net.minecraft.world.entity.ai.attributes.Attribute SCRY_SIGHT
      Whether you have the lens overlay when looking at something. 0 = no, > 0 = yes.
    • FEEBLE_MIND

      public static final net.minecraft.world.entity.ai.attributes.Attribute FEEBLE_MIND
    • MEDIA_CONSUMPTION_MODIFIER

      public static final net.minecraft.world.entity.ai.attributes.Attribute MEDIA_CONSUMPTION_MODIFIER
    • AMBIT_RADIUS

      public static final net.minecraft.world.entity.ai.attributes.Attribute AMBIT_RADIUS
    • SENTINEL_RADIUS

      public static final net.minecraft.world.entity.ai.attributes.Attribute SENTINEL_RADIUS
  • Constructor Details

    • HexAttributes

      public HexAttributes()
  • Method Details

    • register

      public static void register(BiConsumer<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.resources.ResourceLocation> r)