Optimised all imports
This commit is contained in:
parent
33898edf7c
commit
4ae1293535
178 changed files with 585 additions and 565 deletions
|
@ -1,12 +1,10 @@
|
|||
package techreborn.pda;
|
||||
|
||||
import cpw.mods.fml.client.config.GuiButtonExt;
|
||||
import net.minecraft.client.Minecraft;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
import org.lwjgl.opengl.GL11;
|
||||
|
||||
import cpw.mods.fml.client.config.GuiButtonExt;
|
||||
|
||||
public class GuiButtonCustomTexture extends GuiButtonExt {
|
||||
|
||||
public int textureU;
|
||||
|
|
|
@ -1,14 +1,11 @@
|
|||
package techreborn.pda;
|
||||
|
||||
import java.awt.Container;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
import techreborn.client.container.ContainerPda;
|
||||
import techreborn.cofhLib.gui.GuiBase;
|
||||
import techreborn.cofhLib.gui.GuiColor;
|
||||
import techreborn.cofhLib.gui.element.ElementSlider;
|
||||
import net.minecraft.client.gui.GuiScreen;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class GuiPda extends GuiBase {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue