Class FluidIngredient.TagList
java.lang.Object
info.u_team.u_team_core.ingredient.FluidIngredient.TagList
- All Implemented Interfaces:
FluidIngredient.IFluidList
- Enclosing class:
- FluidIngredient
-
Constructor Summary
ConstructorsConstructorDescriptionTagList
(net.minecraft.tags.TagKey<net.minecraft.world.level.material.Fluid> tag) -
Method Summary
Modifier and TypeMethodDescriptionCollection<net.minecraftforge.fluids.FluidStack>
com.google.gson.JsonObject
-
Constructor Details
-
TagList
public TagList(net.minecraft.tags.TagKey<net.minecraft.world.level.material.Fluid> tag)
-
-
Method Details
-
getStacks
- Specified by:
getStacks
in interfaceFluidIngredient.IFluidList
-
serialize
public com.google.gson.JsonObject serialize()- Specified by:
serialize
in interfaceFluidIngredient.IFluidList
-