java.lang.Object
com.github.minecraftschurlimods.arsmagicalegacy.api.AMTags.Blocks
Enclosing class:
AMTags

public static final class AMTags.Blocks extends Object
Holds the mod's block tags.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
  • 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

    • WITCHWOOD_LOGS

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> WITCHWOOD_LOGS
    • ORES_CHIMERITE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> ORES_CHIMERITE
    • ORES_TOPAZ

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> ORES_TOPAZ
    • ORES_VINTEUM

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> ORES_VINTEUM
    • ORES_MOONSTONE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> ORES_MOONSTONE
    • ORES_SUNSTONE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> ORES_SUNSTONE
    • STORAGE_BLOCKS_CHIMERITE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> STORAGE_BLOCKS_CHIMERITE
    • STORAGE_BLOCKS_TOPAZ

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> STORAGE_BLOCKS_TOPAZ
    • STORAGE_BLOCKS_VINTEUM

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> STORAGE_BLOCKS_VINTEUM
    • STORAGE_BLOCKS_MOONSTONE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> STORAGE_BLOCKS_MOONSTONE
    • STORAGE_BLOCKS_SUNSTONE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> STORAGE_BLOCKS_SUNSTONE
  • Constructor Details

    • Blocks

      public Blocks()