Class HexTags.Actions

java.lang.Object
at.petrak.hexcasting.api.mod.HexTags.Actions
Enclosing class:
HexTags

public static final class HexTags.Actions extends Object
  • Field Details

    • REQUIRES_ENLIGHTENMENT

      public static final net.minecraft.tags.TagKey<ActionRegistryEntry> REQUIRES_ENLIGHTENMENT
      Actions with this tag can't be used until the caster is enlightened and send the "am I not skilled enough" message
    • PER_WORLD_PATTERN

      public static final net.minecraft.tags.TagKey<ActionRegistryEntry> PER_WORLD_PATTERN
      Actions where the pattern is calculated per-world
    • CAN_START_ENLIGHTEN

      public static final net.minecraft.tags.TagKey<ActionRegistryEntry> CAN_START_ENLIGHTEN
      Actions that can cause Blind Diversion
  • Constructor Details

    • Actions

      public Actions()
  • Method Details