Teleposers and refractoring

This commit is contained in:
Arcaratus 2016-01-01 12:08:17 -05:00
parent 1b9f72b494
commit a8a0ae6e8b
145 changed files with 594 additions and 162 deletions

View file

@ -11,7 +11,6 @@ import com.google.common.collect.Multimap;
public abstract class LivingArmourUpgrade
{
/**
* Upgrade level 0 is the first upgrade. Upgrade goes from 0 to getMaxTier()
* - 1.

View file

@ -7,7 +7,6 @@ import WayofTime.bloodmagic.livingArmour.LivingArmour;
public abstract class StatTracker
{
private boolean isDirty = false;
public abstract String getUniqueIdentifier();