Interface FluidItemHelper


public interface FluidItemHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    net.minecraft.world.level.material.Fluid
    getFluidFromItemStack(net.minecraft.world.item.ItemStack stack)
     
  • Method Details

    • getFluidFromItemStack

      net.minecraft.world.level.material.Fluid getFluidFromItemStack(net.minecraft.world.item.ItemStack stack)
    • get

      static FluidItemHelper get()