package com.hbm.interfaces; public interface ISource { void ffgeuaInit(); void ffgeua(int x, int y, int z, boolean newTact); }