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

ExpandManyFluidTag

Expands

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

Operators

|(other as CTFluidIngredient) as CTFluidIngredient
script.zs
myInstance | myCTFluidIngredient

Parameters:

Return Type: FluidIngredient

Members

asFluidIngredient() as CTFluidIngredient
script.zs
myInstance.asFluidIngredient();

Return Type: FluidIngredient

implicit as CTFluidIngredient
script.zs
myInstance as CTFluidIngredient

Return Type: FluidIngredient