Class ExpandManyFluidTagForge
java.lang.Object
com.blamejared.crafttweaker.api.tag.expand.ExpandManyFluidTagForge
Deprecated, for removal: This API element is subject to removal in a future version.
* @deprecated Use
ExpandManyFluidTag instead.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic CTFluidIngredientasFluidIngredient(Many<KnownTag<net.minecraft.world.level.material.Fluid>> internal) Deprecated, for removal: This API element is subject to removal in a future version.static CTFluidIngredientasList(Many<KnownTag<net.minecraft.world.level.material.Fluid>> internal, CTFluidIngredient other) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ExpandManyFluidTagForge
public ExpandManyFluidTagForge()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
asFluidIngredient
@Deprecated(forRemoval=true) public static CTFluidIngredient asFluidIngredient(Many<KnownTag<net.minecraft.world.level.material.Fluid>> internal) Deprecated, for removal: This API element is subject to removal in a future version. -
asList
@Deprecated(forRemoval=true) public static CTFluidIngredient asList(Many<KnownTag<net.minecraft.world.level.material.Fluid>> internal, CTFluidIngredient other) Deprecated, for removal: This API element is subject to removal in a future version.
-