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

ExpandManyEntityTypeTag

Expands

This class expands crafttweaker.api.util.Many<crafttweaker.api.tag.type.KnownTag<crafttweaker.api.entity.EntityType<crafttweaker.api.entity.Entity>>>, meaning that the content found on this page can be called on that type directly.

Operators

|(other as CTEntityIngredient) as CTEntityIngredient
script.zs
myInstance | myCTEntityIngredient

Parameters:

Return Type: EntityIngredient

Members

asEntityIngredient() as CTEntityIngredient
script.zs
myInstance.asEntityIngredient();

Return Type: EntityIngredient

implicit as CTEntityIngredient
script.zs
myInstance as CTEntityIngredient

Return Type: EntityIngredient

asList(other as CTEntityIngredient) as CTEntityIngredient
script.zs
myInstance.asList(myCTEntityIngredient);

Parameters:

Return Type: EntityIngredient