ActuallyAdditions/src/main/java/ellpeck/actuallyadditions/network/gui/INumberReactor.java

9 lines
204 B
Java
Raw Normal View History

2015-06-28 03:12:32 +02:00
package ellpeck.actuallyadditions.network.gui;
import net.minecraft.entity.player.EntityPlayer;
public interface INumberReactor{
void onNumberReceived(int text, int textID, EntityPlayer player);
}