接口 ForFluidStacks<T>

所有超级接口:
DisplayContentsFactory<T>
所有已知实现类:
FluidStackContentsFactory

public interface ForFluidStacks<T> extends DisplayContentsFactory<T>
  • 方法详细资料

    • forStack

      default T forStack(Holder<Fluid> fluid)
      返回 display data for the given fluid holder。
      参数:
      fluid - Fluid holder to display.
      返回:
      display data for the given fluid holder
    • forStack

      default T forStack(Fluid fluid)
      返回 display data for the given fluid。
      参数:
      fluid - Fluid to display.
      返回:
      display data for the given fluid
    • forStack

      T forStack(FluidStack fluid)
      返回 display data for the given fluid stack。
      参数:
      fluid - Fluid stack to display
      返回:
      display data for the given fluid stack