Expansion for KnownTag<Block>
Link to expansion-for-knowntagblock
This expansion specifically targets BlockTags.
Casters
Link to casters
Result type | Is Implicit |
---|---|
Result type BlockIngredient | Is Implicit true |
Methods
Link to methods
Name: asBlockIngredient
Return Type: BlockIngredient
ZenScript Copy// KnownTag.asBlockIngredient() as BlockIngredient
myKnownTag.asBlockIngredient();
Name: asList
Return Type: BlockIngredient
ZenScript CopyKnownTag.asList(other as BlockIngredient) as BlockIngredient
Parameter | Type | Description |
---|---|---|
Parameter other | Type BlockIngredient | Description No Description Provided |