Way being picky.

This commit is contained in:
Fenn 2014-01-17 21:43:13 +00:00
parent e3644f2d2b
commit 7e30b02d69
303 changed files with 622 additions and 311 deletions

View file

@ -13,7 +13,8 @@ import net.minecraft.world.World;
import java.util.List;
public class AirSigil extends EnergyItems implements ArmourUpgrade {
public class AirSigil extends EnergyItems implements ArmourUpgrade
{
private int energyUsed;
public AirSigil(int id)

View file

@ -18,7 +18,8 @@ import net.minecraft.world.World;
import java.util.List;
public class DivinationSigil extends Item implements ArmourUpgrade {
public class DivinationSigil extends Item implements ArmourUpgrade
{
public DivinationSigil(int par1)
{
super(par1);

View file

@ -15,7 +15,8 @@ import net.minecraft.world.World;
import java.util.List;
public class ItemBloodLightSigil extends EnergyItems {
public class ItemBloodLightSigil extends EnergyItems
{
private int tickDelay = 100;
public ItemBloodLightSigil(int id)

View file

@ -20,7 +20,8 @@ import net.minecraft.world.World;
import java.util.List;
public class LavaSigil extends ItemBucket implements ArmourUpgrade {
public class LavaSigil extends ItemBucket implements ArmourUpgrade
{
/**
* field for checking if the bucket has been filled.
*/

View file

@ -16,7 +16,8 @@ import net.minecraft.world.World;
import java.util.List;
public class SigilOfElementalAffinity extends EnergyItems {
public class SigilOfElementalAffinity extends EnergyItems
{
@SideOnly(Side.CLIENT)
private static Icon activeIcon;
@SideOnly(Side.CLIENT)

View file

@ -21,7 +21,8 @@ import net.minecraftforge.event.entity.player.BonemealEvent;
import java.util.List;
public class SigilOfGrowth extends EnergyItems implements ArmourUpgrade {
public class SigilOfGrowth extends EnergyItems implements ArmourUpgrade
{
private static Icon activeIcon;
private static Icon passiveIcon;
private int tickDelay = 100;

View file

@ -16,7 +16,8 @@ import net.minecraft.world.World;
import java.util.List;
public class SigilOfHaste extends EnergyItems implements ArmourUpgrade {
public class SigilOfHaste extends EnergyItems implements ArmourUpgrade
{
@SideOnly(Side.CLIENT)
private static Icon activeIcon;
@SideOnly(Side.CLIENT)

View file

@ -17,7 +17,8 @@ import net.minecraft.world.World;
import java.util.ArrayList;
import java.util.List;
public class SigilOfHolding extends EnergyItems {
public class SigilOfHolding extends EnergyItems
{
private int invSize = 4;
public static List<Integer> allowedSigils = new ArrayList();

View file

@ -17,7 +17,8 @@ import net.minecraft.world.World;
import java.util.List;
public class SigilOfMagnetism extends EnergyItems implements ArmourUpgrade {
public class SigilOfMagnetism extends EnergyItems implements ArmourUpgrade
{
private static Icon activeIcon;
private static Icon passiveIcon;
private int tickDelay = 300;

View file

@ -17,7 +17,8 @@ import net.minecraft.world.World;
import java.util.List;
public class SigilOfTheBridge extends EnergyItems implements ArmourUpgrade {
public class SigilOfTheBridge extends EnergyItems implements ArmourUpgrade
{
private static Icon activeIcon;
private static Icon passiveIcon;
private int tickDelay = 200;

View file

@ -17,7 +17,8 @@ import net.minecraft.world.World;
import java.util.List;
public class SigilOfTheFastMiner extends EnergyItems implements ArmourUpgrade {
public class SigilOfTheFastMiner extends EnergyItems implements ArmourUpgrade
{
@SideOnly(Side.CLIENT)
private static Icon activeIcon;
@SideOnly(Side.CLIENT)

View file

@ -16,7 +16,8 @@ import net.minecraft.world.World;
import java.util.List;
public class SigilOfWind extends EnergyItems implements ArmourUpgrade {
public class SigilOfWind extends EnergyItems implements ArmourUpgrade
{
@SideOnly(Side.CLIENT)
private static Icon activeIcon;
@SideOnly(Side.CLIENT)

View file

@ -20,7 +20,8 @@ import net.minecraftforge.event.entity.player.FillBucketEvent;
import java.util.List;
public class VoidSigil extends ItemBucket implements ArmourUpgrade {
public class VoidSigil extends ItemBucket implements ArmourUpgrade
{
private int isFull;
private int energyUsed;

View file

@ -19,7 +19,8 @@ import net.minecraft.world.World;
import java.util.List;
public class WaterSigil extends ItemBucket implements ArmourUpgrade {
public class WaterSigil extends ItemBucket implements ArmourUpgrade
{
/**
* field for checking if the bucket has been filled.
*/