Cleanup imports
This commit is contained in:
parent
a4dd50bf8d
commit
53a299b12a
11 changed files with 31 additions and 17 deletions
|
@ -26,10 +26,8 @@ package reborncore.client.gui.builder;
|
|||
|
||||
import net.minecraft.client.gui.DrawContext;
|
||||
import net.minecraft.client.render.item.ItemRenderer;
|
||||
import net.minecraft.client.util.math.MatrixStack;
|
||||
import net.minecraft.text.Text;
|
||||
import reborncore.client.ClientNetworkManager;
|
||||
import reborncore.client.RenderUtil;
|
||||
import reborncore.client.gui.guibuilder.GuiBuilder;
|
||||
import reborncore.common.blockentity.RedstoneConfiguration;
|
||||
import reborncore.common.network.IdentifiedPacket;
|
||||
|
|
|
@ -27,7 +27,6 @@ package reborncore.client.gui.builder.slot;
|
|||
import com.google.common.collect.Lists;
|
||||
import net.minecraft.client.MinecraftClient;
|
||||
import net.minecraft.client.gui.DrawContext;
|
||||
import net.minecraft.client.util.math.MatrixStack;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import reborncore.client.gui.builder.GuiBase;
|
||||
import reborncore.client.gui.builder.slot.elements.ConfigFluidElement;
|
||||
|
|
|
@ -106,13 +106,13 @@ public abstract class AbstractConfigPopupElement extends ElementBase {
|
|||
}
|
||||
|
||||
protected void drawState(DrawContext drawContext,
|
||||
GuiBase<?> gui,
|
||||
BakedModel model,
|
||||
BlockState actualState,
|
||||
BlockRenderManager dispatcher,
|
||||
int x,
|
||||
int y,
|
||||
Quaternionf quaternion) {
|
||||
GuiBase<?> gui,
|
||||
BakedModel model,
|
||||
BlockState actualState,
|
||||
BlockRenderManager dispatcher,
|
||||
int x,
|
||||
int y,
|
||||
Quaternionf quaternion) {
|
||||
MatrixStack matrixStack = drawContext.getMatrices();
|
||||
matrixStack.push();
|
||||
matrixStack.translate(8 + gui.getGuiLeft() + this.x + x, 8 + gui.getGuiTop() + this.y + y, 0);
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
package reborncore.client.gui.builder.slot.elements;
|
||||
|
||||
import net.minecraft.client.gui.DrawContext;
|
||||
import net.minecraft.client.util.math.MatrixStack;
|
||||
import net.minecraft.text.Text;
|
||||
import reborncore.client.gui.builder.GuiBase;
|
||||
import reborncore.common.blockentity.MachineBaseBlockEntity;
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
package reborncore.client.gui.builder.slot.elements;
|
||||
|
||||
import net.minecraft.client.gui.DrawContext;
|
||||
import net.minecraft.client.util.math.MatrixStack;
|
||||
import net.minecraft.text.Text;
|
||||
import reborncore.client.gui.builder.GuiBase;
|
||||
import reborncore.common.util.Tank;
|
||||
|
|
|
@ -26,7 +26,6 @@ package reborncore.client.gui.builder.widget;
|
|||
|
||||
import net.minecraft.client.gui.DrawContext;
|
||||
import net.minecraft.client.gui.widget.ButtonWidget;
|
||||
import net.minecraft.client.util.math.MatrixStack;
|
||||
import net.minecraft.text.Text;
|
||||
import reborncore.client.gui.builder.GuiBase;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue