接口 ForFluidStacks<T>
- 所有超级接口:
DisplayContentsFactory<T>
- 所有已知实现类:
FluidStackContentsFactory
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.world.item.crafting.display.DisplayContentsFactory
DisplayContentsFactory.ForRemainders<T>, DisplayContentsFactory.ForStacks<T>
-
方法概要
-
方法详细资料
-
forStack
返回 display data for the given fluid holder。- 参数:
fluid
- Fluid holder to display.- 返回:
- display data for the given fluid holder
-
forStack
返回 display data for the given fluid。- 参数:
fluid
- Fluid to display.- 返回:
- display data for the given fluid
-
forStack
返回 display data for the given fluid stack。- 参数:
fluid
- Fluid stack to display- 返回:
- display data for the given fluid stack
-