package gregtech.api.interfaces;

public interface IHasFluidDisplayItem {
    void updateFluidDisplayItem();
}