Class AETags

java.lang.Object
appeng.api.ids.AETags

public final class AETags extends Object
Tags that AE uses for functional purposes. For recipe tags that you may use in your recipe data generation, please see the non-api class ConventionTags.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Contains blocks that are blacklisted from being picked up by an item annihilation plane.
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.material.Fluid>
    Contains items that are blacklisted from being picked up by a fluid annihilation plane.
    static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
    Contains items that are blacklisted from being picked up by an item annihilation plane.
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Block tag used to explicitly whitelist blocks for use in facades, even if they don't meet the general criteria for being used in facades.
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Crystal growth accelerators will trigger additional random ticks for blocks in that tag, regardless of what the blocks are.
    static net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
    Used by the quartz knife to decide which ingots can be crafted into nameplates, as well as the crafting recipe for cable anchors.
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Contains blocks that are blacklisted from being moved in and out of spatial storage.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • SPATIAL_BLACKLIST

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> SPATIAL_BLACKLIST
      Contains blocks that are blacklisted from being moved in and out of spatial storage.

      To blacklist block entities from being moved, you need to add the hosting block to this tag.

    • ANNIHILATION_PLANE_BLOCK_BLACKLIST

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> ANNIHILATION_PLANE_BLOCK_BLACKLIST
      Contains blocks that are blacklisted from being picked up by an item annihilation plane.
    • ANNIHILATION_PLANE_ITEM_BLACKLIST

      public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> ANNIHILATION_PLANE_ITEM_BLACKLIST
      Contains items that are blacklisted from being picked up by an item annihilation plane.
    • ANNIHILATION_PLANE_FLUID_BLACKLIST

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.material.Fluid> ANNIHILATION_PLANE_FLUID_BLACKLIST
      Contains items that are blacklisted from being picked up by a fluid annihilation plane.
    • METAL_INGOTS

      public static net.minecraft.tags.TagKey<net.minecraft.world.item.Item> METAL_INGOTS
      Used by the quartz knife to decide which ingots can be crafted into nameplates, as well as the crafting recipe for cable anchors.
    • FACADE_BLOCK_WHITELIST

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> FACADE_BLOCK_WHITELIST
      Block tag used to explicitly whitelist blocks for use in facades, even if they don't meet the general criteria for being used in facades.
    • GROWTH_ACCELERATABLE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> GROWTH_ACCELERATABLE
      Crystal growth accelerators will trigger additional random ticks for blocks in that tag, regardless of what the blocks are. By default, includes c:budding_blocks / forge:budding which includes budding amethyst and the various budding certus quartz blocks.