Expansion for KnownTag<Block>

Link to expansion-for-knowntagblock

This expansion specifically targets BlockTags.

Result TypeIs Implicit
Result Type
BlockIngredient
Is Implicit
true

Link to asBlockIngredient

Name: asBlockIngredient

Return Type: BlockIngredient

ZenScript
Copy
// KnownTag.asBlockIngredient() as BlockIngredient

myKnownTag.asBlockIngredient();

Name: asList

Return Type: BlockIngredient

ZenScript
Copy
KnownTag.asList(other as BlockIngredient) as BlockIngredient
ParameterType
Parameter
other
Type
BlockIngredient