Home Commands Examples Getting Started With Scripts Global Keywords 1.21 Migration Guide
BracketDumpers BracketHandlers BracketValidators ResourceLocationBracketHandler

ExpandBlockTag

Expands

This class expands crafttweaker.api.tag.type.KnownTag<crafttweaker.api.block.Block>, meaning that the content found on this page can be called on that type directly.

Description

This expansion specifically targets BlockTags.

Operators

|(other as CTBlockIngredient) as CTBlockIngredient
script.zs
myInstance | myCTBlockIngredient

Parameters:

Return Type: BlockIngredient

Members

asBlockIngredient() as CTBlockIngredient
script.zs
myInstance.asBlockIngredient();

Return Type: BlockIngredient

implicit as CTBlockIngredient
script.zs
myInstance as CTBlockIngredient

Return Type: BlockIngredient

asList(other as CTBlockIngredient) as CTBlockIngredient
script.zs
myInstance.asList(myCTBlockIngredient);

Parameters:

Return Type: BlockIngredient