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

@ -9,7 +9,6 @@ import net.minecraft.util.BlockPos;
@Getter
public class AltarComponent
{
private BlockPos offset;
private boolean upgradeSlot;

View file

@ -9,7 +9,6 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor
public class AltarUpgrade
{
private int speedCount;
private int efficiencyCount;
private int sacrificeCount;

View file

@ -2,6 +2,5 @@ package WayofTime.bloodmagic.api.altar;
public enum EnumAltarComponent
{
GLOWSTONE, BLOODSTONE, BEACON, BLOODRUNE, CRYSTAL, NOTAIR
}

View file

@ -2,6 +2,5 @@ package WayofTime.bloodmagic.api.altar;
public interface IAltarComponent
{
EnumAltarComponent getType(int meta);
}

View file

@ -2,7 +2,6 @@ package WayofTime.bloodmagic.api.altar;
public interface IBloodAltar
{
int getCapacity();
int getCurrentBlood();