Interface FluidIngredient.IFluidList

All Known Implementing Classes:
FluidIngredient.SingleFluidList, FluidIngredient.TagList
Enclosing class:
FluidIngredient

public static interface FluidIngredient.IFluidList
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<net.minecraftforge.fluids.FluidStack>
     
    com.google.gson.JsonObject
     
  • Method Details

    • getStacks

      Collection<net.minecraftforge.fluids.FluidStack> getStacks()
    • serialize

      com.google.gson.JsonObject serialize()