ExpandEntityTypeTag
Expands
This class expands
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
myInstance | myCTEntityIngredient
Parameters:
other: EntityIngredient
Type: EntityIngredient
Return Type:
EntityIngredient
Members
asEntityIngredient() as CTEntityIngredient
implicit as CTEntityIngredient
myInstance as CTEntityIngredient
Return Type:
EntityIngredient
asList(other as CTEntityIngredient) as CTEntityIngredient
myInstance.asList(myCTEntityIngredient);
Parameters:
other: EntityIngredient
Type: EntityIngredient
Return Type:
EntityIngredient
asManyTag() as Many<KnownTag<EntityType<Entity>>>
implicit as Many<KnownTag<EntityType<Entity>>>
myInstance as Many<KnownTag<EntityType<Entity>>>
Return Type:
Many<KnownTag<EntityType<Entity>>>