Remove unused Arrays

This commit is contained in:
Pahimar 2016-05-18 15:16:46 -04:00
parent 9326c8942b
commit 12bd8c6538
8 changed files with 0 additions and 96 deletions

View file

@ -1,12 +0,0 @@
package com.pahimar.ee3.array;
import com.pahimar.ee3.reference.Names;
import com.pahimar.ee3.reference.Textures;
public class AlchemyArrayAccelerant extends AlchemyArrayEE
{
public AlchemyArrayAccelerant()
{
super(Textures.AlchemyArray.ACCELERANT_ALCHEMY_ARRAY, Names.AlchemyArrays.ACCELERANT_ALCHEMY_ARRAY);
}
}

View file

@ -1,12 +0,0 @@
package com.pahimar.ee3.array;
import com.pahimar.ee3.reference.Names;
import com.pahimar.ee3.reference.Textures;
public class AlchemyArrayCombustion extends AlchemyArrayEE
{
public AlchemyArrayCombustion()
{
super(Textures.AlchemyArray.COMBUSTION_ALCHEMY_ARRAY, Names.AlchemyArrays.COMBUSTION_ALCHEMY_ARRAY);
}
}

View file

@ -1,12 +0,0 @@
package com.pahimar.ee3.array;
import com.pahimar.ee3.reference.Names;
import com.pahimar.ee3.reference.Textures;
public class AlchemyArrayConstruction extends AlchemyArrayEE
{
public AlchemyArrayConstruction()
{
super(Textures.AlchemyArray.CONSTRUCTION_ALCHEMY_ARRAY, Names.AlchemyArrays.CONSTRUCTION_ALCHEMY_ARRAY);
}
}

View file

@ -1,12 +0,0 @@
package com.pahimar.ee3.array;
import com.pahimar.ee3.reference.Names;
import com.pahimar.ee3.reference.Textures;
public class AlchemyArrayConveyor extends AlchemyArrayEE
{
public AlchemyArrayConveyor()
{
super(Textures.AlchemyArray.CONVEYOR_ALCHEMY_ARRAY, Names.AlchemyArrays.CONVEYOR_ALCHEMY_ARRAY);
}
}

View file

@ -1,12 +0,0 @@
package com.pahimar.ee3.array;
import com.pahimar.ee3.reference.Names;
import com.pahimar.ee3.reference.Textures;
public class AlchemyArrayDestruction extends AlchemyArrayEE
{
public AlchemyArrayDestruction()
{
super(Textures.AlchemyArray.DESTRUCTION_ALCHEMY_ARRAY, Names.AlchemyArrays.DESTRUCTION_ALCHEMY_ARRAY);
}
}

View file

@ -1,12 +0,0 @@
package com.pahimar.ee3.array;
import com.pahimar.ee3.reference.Names;
import com.pahimar.ee3.reference.Textures;
public class AlchemyArrayGelid extends AlchemyArrayEE
{
public AlchemyArrayGelid()
{
super(Textures.AlchemyArray.GELID_ALCHEMY_ARRAY, Names.AlchemyArrays.GELID_ALCHEMY_ARRAY);
}
}

View file

@ -1,12 +0,0 @@
package com.pahimar.ee3.array;
import com.pahimar.ee3.reference.Names;
import com.pahimar.ee3.reference.Textures;
public class AlchemyArrayParthenogenesis extends AlchemyArrayEE
{
public AlchemyArrayParthenogenesis()
{
super(Textures.AlchemyArray.PARTHENOGENESIS_ALCHEMY_ARRAY, Names.AlchemyArrays.PARTHENOGENESIS_ALCHEMY_ARRAY);
}
}

View file

@ -1,12 +0,0 @@
package com.pahimar.ee3.array;
import com.pahimar.ee3.reference.Names;
import com.pahimar.ee3.reference.Textures;
public class AlchemyArrayTransfiguration extends AlchemyArrayEE
{
public AlchemyArrayTransfiguration()
{
super(Textures.AlchemyArray.TRANSFIGURATION_ALCHEMY_ARRAY, Names.AlchemyArrays.TRANSFIGURATION_ALCHEMY_ARRAY);
}
}