Optimise imports.

Find + replace during porting made a bit of a mess of them.
This commit is contained in:
modmuss50 2022-05-21 19:04:06 +01:00
parent 0ba85b37cc
commit a162a5ab40
130 changed files with 181 additions and 269 deletions

View file

@ -52,9 +52,9 @@ import reborncore.client.gui.builder.slot.GuiTab;
import reborncore.client.gui.builder.slot.SlotConfigGui;
import reborncore.client.gui.builder.widget.GuiButtonHologram;
import reborncore.client.gui.guibuilder.GuiBuilder;
import reborncore.common.blockentity.MachineBaseBlockEntity;
import reborncore.common.screen.BuiltScreenHandler;
import reborncore.common.screen.slot.PlayerInventorySlot;
import reborncore.common.blockentity.MachineBaseBlockEntity;
import java.util.ArrayList;
import java.util.Collections;

View file

@ -31,16 +31,16 @@ import net.minecraft.client.util.math.MatrixStack;
import net.minecraft.screen.slot.Slot;
import net.minecraft.text.Text;
import org.jetbrains.annotations.Nullable;
import reborncore.client.ClientChatUtils;
import reborncore.client.gui.GuiUtil;
import reborncore.client.gui.builder.GuiBase;
import reborncore.client.gui.builder.slot.elements.ConfigSlotElement;
import reborncore.client.gui.builder.slot.elements.ElementBase;
import reborncore.client.gui.builder.slot.elements.SlotType;
import reborncore.common.screen.BuiltScreenHandler;
import reborncore.common.blockentity.MachineBaseBlockEntity;
import reborncore.common.network.NetworkManager;
import reborncore.common.network.ServerBoundPackets;
import reborncore.client.ClientChatUtils;
import reborncore.common.screen.BuiltScreenHandler;
import reborncore.common.util.Color;
import java.util.Collections;

View file

@ -34,8 +34,8 @@ import net.minecraft.item.ItemStack;
import net.minecraft.text.Text;
import reborncore.client.gui.builder.GuiBase;
import reborncore.client.gui.builder.slot.SlotConfigGui;
import reborncore.common.screen.slot.BaseSlot;
import reborncore.common.blockentity.SlotConfiguration;
import reborncore.common.screen.slot.BaseSlot;
import java.util.ArrayList;
import java.util.Arrays;

View file

@ -20,7 +20,6 @@ import net.minecraft.world.BlockRenderView;
import net.minecraft.world.BlockView;
import reborncore.common.blockentity.MultiblockWriter;
import net.minecraft.util.math.random.Random;
import java.util.function.BiPredicate;
/**

View file

@ -3,8 +3,8 @@
"package": "reborncore.client.mixin",
"compatibilityLevel": "JAVA_17",
"client": [
"MixinGameRenderer",
"MixinDebugRenderer"
"MixinDebugRenderer",
"MixinGameRenderer"
],
"injectors": {
"defaultRequire": 1