Class ConventionalBlockTags
java.lang.Object
net.fabricmc.fabric.api.tag.convention.v1.ConventionalBlockTags
See
BlockTags
for vanilla tags.
Note that addition to some vanilla tags implies having certain functionality.-
Field Summary
Modifier and TypeFieldDescriptionstatic final net.minecraft.tag.TagKey<net.minecraft.block.Block>
static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
Blocks should be included in this tag if their movement can cause serious issues such as world corruption upon being moved, such as chunk loaders or pipes, for mods that move blocks but do not respectAbstractBlock.AbstractBlockState.getPistonBehavior()
.static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
-
Constructor Summary
-
Method Summary
-
Field Details
-
QUARTZ_ORES
public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> QUARTZ_ORES -
ORES
public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> ORES -
CHESTS
public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> CHESTS -
BOOKSHELVES
public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> BOOKSHELVES -
GLASS_BLOCKS
public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> GLASS_BLOCKS -
GLASS_PANES
public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> GLASS_PANES -
SHULKER_BOXES
public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> SHULKER_BOXES -
MOVEMENT_RESTRICTED
public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> MOVEMENT_RESTRICTEDBlocks should be included in this tag if their movement can cause serious issues such as world corruption upon being moved, such as chunk loaders or pipes, for mods that move blocks but do not respectAbstractBlock.AbstractBlockState.getPistonBehavior()
.
-
-
Constructor Details
-
ConventionalBlockTags
public ConventionalBlockTags()
-