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