Package net.neoforged.neoforge.common
Class Tags.Blocks
java.lang.Object
net.neoforged.neoforge.common.Tags.Blocks
- Enclosing class:
Tags
-
Field Summary
FieldsModifier and TypeFieldDescriptionFor blocks that are similar to amethyst where their budding block produces buds and cluster blocksFor blocks that are similar to amethyst where they have buddings forming from budding blocksFor blocks that are similar to amethyst where they have clusters forming from budding blocksTag that holds all blocks that can be dyed a specific color.Controls what blocks Endermen cannot place blocks onto.Glass which is made from cheap resources like sand and only minor additional ingredients like dyesTag that holds all blocks that recipe viewers should not show to users.Blocks which are often replaced by deepslate ores, i.e.Blocks which are often replaced by netherrack ores, i.e.Blocks which are often replaced by stone ores, i.e.Ores which on average result in more than one resource worth of materialsOres which on average result in one resource worth of materialsOres which on average result in less than one resource worth of materialsOres in deepslate (or in equivalent blocks in the tagORE_BEARING_GROUND_DEEPSLATE
) which could logically use deepslate as recipe input or outputOres in netherrack (or in equivalent blocks in the tagORE_BEARING_GROUND_NETHERRACK
) which could logically use netherrack as recipe input or outputOres in stone (or in equivalent blocks in the tagORE_BEARING_GROUND_STONE
) which could logically use stone as recipe input or outputBlocks should be included in this tag if their movement/relocation can cause serious issues such as world corruption upon being moved or for balance reason where the block should not be able to be relocated.Tag that holds all head based blocks such as Skeleton Skull or Player Head.Natural stone-like blocks that can be used as a base ingredient in recipes that takes stone.A storage block is generally a block that has a recipe to craft a bulk of 1 kind of resource to a block and has a mirror recipe to reverse the crafting with no loss in resources. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENDERMAN_PLACE_ON_BLACKLIST
Controls what blocks Endermen cannot place blocks onto. This is patched into the following method:EnderMan.EndermanLeaveBlockGoal.canPlaceBlock(Level, BlockPos, BlockState, BlockState, BlockState, BlockPos)
-
NEEDS_WOOD_TOOL
-
NEEDS_GOLD_TOOL
-
NEEDS_NETHERITE_TOOL
-
BARRELS
-
BARRELS_WOODEN
-
BOOKSHELVES
-
BUDDING_BLOCKS
For blocks that are similar to amethyst where their budding block produces buds and cluster blocks -
BUDS
For blocks that are similar to amethyst where they have buddings forming from budding blocks -
CHAINS
-
CHESTS
-
CHESTS_ENDER
-
CHESTS_TRAPPED
-
CHESTS_WOODEN
-
CLUSTERS
For blocks that are similar to amethyst where they have clusters forming from budding blocks -
COBBLESTONES
-
COBBLESTONES_NORMAL
-
COBBLESTONES_INFESTED
-
COBBLESTONES_MOSSY
-
COBBLESTONES_DEEPSLATE
-
DYED
Tag that holds all blocks that can be dyed a specific color. (Does not include color blending blocks that would behave similar to leather armor item) -
DYED_BLACK
-
DYED_BLUE
-
DYED_BROWN
-
DYED_CYAN
-
DYED_GRAY
-
DYED_GREEN
-
DYED_LIGHT_BLUE
-
DYED_LIGHT_GRAY
-
DYED_LIME
-
DYED_MAGENTA
-
DYED_ORANGE
-
DYED_PINK
-
DYED_PURPLE
-
DYED_RED
-
DYED_WHITE
-
DYED_YELLOW
-
END_STONES
-
FENCE_GATES
-
FENCE_GATES_WOODEN
-
FENCES
-
FENCES_NETHER_BRICK
-
FENCES_WOODEN
-
GLASS_BLOCKS
-
GLASS_BLOCKS_COLORLESS
-
GLASS_BLOCKS_CHEAP
Glass which is made from cheap resources like sand and only minor additional ingredients like dyes -
GLASS_BLOCKS_TINTED
-
GLASS_PANES
-
GLASS_PANES_COLORLESS
-
GRAVELS
-
HIDDEN_FROM_RECIPE_VIEWERS
Tag that holds all blocks that recipe viewers should not show to users. Recipe viewers may use this to automatically find the corresponding BlockItem to hide. -
NETHERRACKS
-
OBSIDIANS
-
ORE_BEARING_GROUND_DEEPSLATE
Blocks which are often replaced by deepslate ores, i.e. the ores in the tagORES_IN_GROUND_DEEPSLATE
, during world generation -
ORE_BEARING_GROUND_NETHERRACK
Blocks which are often replaced by netherrack ores, i.e. the ores in the tagORES_IN_GROUND_NETHERRACK
, during world generation -
ORE_BEARING_GROUND_STONE
Blocks which are often replaced by stone ores, i.e. the ores in the tagORES_IN_GROUND_STONE
, during world generation -
ORE_RATES_DENSE
Ores which on average result in more than one resource worth of materials -
ORE_RATES_SINGULAR
Ores which on average result in one resource worth of materials -
ORE_RATES_SPARSE
Ores which on average result in less than one resource worth of materials -
ORES
-
ORES_COAL
-
ORES_COPPER
-
ORES_DIAMOND
-
ORES_EMERALD
-
ORES_GOLD
-
ORES_IRON
-
ORES_LAPIS
-
ORES_NETHERITE_SCRAP
-
ORES_QUARTZ
-
ORES_REDSTONE
-
ORES_IN_GROUND_DEEPSLATE
Ores in deepslate (or in equivalent blocks in the tagORE_BEARING_GROUND_DEEPSLATE
) which could logically use deepslate as recipe input or output -
ORES_IN_GROUND_NETHERRACK
Ores in netherrack (or in equivalent blocks in the tagORE_BEARING_GROUND_NETHERRACK
) which could logically use netherrack as recipe input or output -
ORES_IN_GROUND_STONE
Ores in stone (or in equivalent blocks in the tagORE_BEARING_GROUND_STONE
) which could logically use stone as recipe input or output -
PLAYER_WORKSTATIONS_CRAFTING_TABLES
-
PLAYER_WORKSTATIONS_FURNACES
-
RELOCATION_NOT_SUPPORTED
Blocks should be included in this tag if their movement/relocation can cause serious issues such as world corruption upon being moved or for balance reason where the block should not be able to be relocated. Example: Chunk loaders or pipes where other mods that move blocks do not respectBlockBehaviour.BlockStateBase.getPistonPushReaction()
. -
ROPES
-
SANDS
-
SANDS_COLORLESS
-
SANDS_RED
-
SANDSTONE_BLOCKS
-
SANDSTONE_SLABS
-
SANDSTONE_STAIRS
-
SANDSTONE_RED_BLOCKS
-
SANDSTONE_RED_SLABS
-
SANDSTONE_RED_STAIRS
-
SANDSTONE_UNCOLORED_BLOCKS
-
SANDSTONE_UNCOLORED_SLABS
-
SANDSTONE_UNCOLORED_STAIRS
-
SKULLS
Tag that holds all head based blocks such as Skeleton Skull or Player Head. (Named skulls to match minecraft:skulls item tag) -
STONES
Natural stone-like blocks that can be used as a base ingredient in recipes that takes stone. -
STORAGE_BLOCKS
A storage block is generally a block that has a recipe to craft a bulk of 1 kind of resource to a block and has a mirror recipe to reverse the crafting with no loss in resources. Honey Block is special in that the reversing recipe is not a perfect mirror of the crafting recipe and so, it is considered a special case and not given a storage block tag. -
STORAGE_BLOCKS_BONE_MEAL
-
STORAGE_BLOCKS_COAL
-
STORAGE_BLOCKS_COPPER
-
STORAGE_BLOCKS_DIAMOND
-
STORAGE_BLOCKS_DRIED_KELP
-
STORAGE_BLOCKS_EMERALD
-
STORAGE_BLOCKS_GOLD
-
STORAGE_BLOCKS_IRON
-
STORAGE_BLOCKS_LAPIS
-
STORAGE_BLOCKS_NETHERITE
-
STORAGE_BLOCKS_RAW_COPPER
-
STORAGE_BLOCKS_RAW_GOLD
-
STORAGE_BLOCKS_RAW_IRON
-
STORAGE_BLOCKS_REDSTONE
-
STORAGE_BLOCKS_SLIME
-
STORAGE_BLOCKS_WHEAT
-
VILLAGER_JOB_SITES
-
-
Constructor Details
-
Blocks
public Blocks()
-
-
Method Details
-
tag
-
neoforgeTag
-