Mekanism-tilera-Edition/common/mekanism/api/IClientTicker.java
Victor Robertson e5a6eadc45 Fix indentation and remove trailing whitespace
This patch provides common/mekanism/*.java with standardized
indentation (tabs) and also removes trailing whitespace.
2014-03-07 19:20:35 -06:00

8 lines
116 B
Java

package mekanism.api;
public interface IClientTicker
{
public void clientTick();
public boolean needsTicks();
}