1 2 3 4 5 6
package gregtech.api.interfaces; public interface IHasFluidDisplayItem { void updateFluidDisplayItem(); }