ActuallyAdditions/src/main/java/ellpeck/actuallyadditions/network/gui/IButtonReactor.java
Ellpeck 2c6bcd72cf -Phantom Booster
-Coffee Machine
-Paxels
2015-06-12 19:12:06 +02:00

9 lines
195 B
Java

package ellpeck.actuallyadditions.network.gui;
import net.minecraft.entity.player.EntityPlayer;
public interface IButtonReactor{
void onButtonPressed(int buttonID, EntityPlayer player);
}