Fully optimized the compression handler~

This commit is contained in:
WayofTime 2015-02-26 17:32:53 -05:00
parent 2f47ffa955
commit 8fbb19acc0
5 changed files with 217 additions and 23 deletions

View file

@ -23,4 +23,8 @@ public interface IBloodAltar
public float getDislocationMultiplier();
public int getBufferCapacity();
public void sacrificialDaggerCall(int amount, boolean b);
public void startCycle();
}