package gregtech.api.multitileentity.enums;

/**
 * Purposes with which a casing can registered itself in the MuTE controller to be ticked.
 * Can be used for example to auto output recipe outputs from output casings.
 *
 * @author minecraft7771
 */
public enum MultiTileCasingPurpose {
    ItemOutput,
    FluidOutput,
    EnergyOutput,
}