Why IntelliJ, whyyyy? D:

This commit is contained in:
Florian Nücke 2016-05-27 15:11:57 +02:00
parent ba59e9493f
commit ae92c73a91
2 changed files with 20 additions and 20 deletions

View File

@ -11,17 +11,17 @@ import li.cil.oc.api
import li.cil.oc.api.fs.FileSystem import li.cil.oc.api.fs.FileSystem
import li.cil.oc.common.init.Items import li.cil.oc.common.init.Items
import li.cil.oc.util.Color import li.cil.oc.util.Color
import _root_.net.minecraft.inventory.IInventory import net.minecraft.inventory.IInventory
import _root_.net.minecraft.item.EnumDyeColor import net.minecraft.item.EnumDyeColor
import _root_.net.minecraft.item.ItemStack import net.minecraft.item.ItemStack
import _root_.net.minecraft.nbt.NBTTagCompound import net.minecraft.nbt.NBTTagCompound
import _root_.net.minecraft.util.WeightedRandomChestContent import net.minecraft.util.WeightedRandomChestContent
import _root_.net.minecraftforge.common.ChestGenHooks import net.minecraftforge.common.ChestGenHooks
import _root_.net.minecraftforge.common.DimensionManager import net.minecraftforge.common.DimensionManager
import _root_.net.minecraftforge.common.util.Constants.NBT import net.minecraftforge.common.util.Constants.NBT
import _root_.net.minecraftforge.event.world.WorldEvent import net.minecraftforge.event.world.WorldEvent
import _root_.net.minecraftforge.fml.common.Loader import net.minecraftforge.fml.common.Loader
import _root_.net.minecraftforge.fml.common.eventhandler.SubscribeEvent import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
import scala.collection.convert.WrapAsScala._ import scala.collection.convert.WrapAsScala._
import scala.collection.mutable import scala.collection.mutable

View File

@ -19,15 +19,15 @@ import li.cil.oc.integration.opencomputers.DriverRedstoneCard
import li.cil.oc.server.{PacketSender => ServerPacketSender} import li.cil.oc.server.{PacketSender => ServerPacketSender}
import li.cil.oc.util.ExtendedInventory._ import li.cil.oc.util.ExtendedInventory._
import li.cil.oc.util.ExtendedNBT._ import li.cil.oc.util.ExtendedNBT._
import _root_.net.minecraft.entity.player.EntityPlayer import net.minecraft.entity.player.EntityPlayer
import _root_.net.minecraft.inventory.IInventory import net.minecraft.inventory.IInventory
import _root_.net.minecraft.item.ItemStack import net.minecraft.item.ItemStack
import _root_.net.minecraft.nbt.NBTTagCompound import net.minecraft.nbt.NBTTagCompound
import _root_.net.minecraft.nbt.NBTTagIntArray import net.minecraft.nbt.NBTTagIntArray
import _root_.net.minecraft.util.EnumFacing import net.minecraft.util.EnumFacing
import _root_.net.minecraftforge.common.util.Constants.NBT import net.minecraftforge.common.util.Constants.NBT
import _root_.net.minecraftforge.fml.relauncher.Side import net.minecraftforge.fml.relauncher.Side
import _root_.net.minecraftforge.fml.relauncher.SideOnly import net.minecraftforge.fml.relauncher.SideOnly
class Rack extends traits.PowerAcceptor with traits.Hub with traits.PowerBalancer with traits.ComponentInventory with traits.Rotatable with traits.BundledRedstoneAware with Analyzable with internal.Rack with traits.StateAware { class Rack extends traits.PowerAcceptor with traits.Hub with traits.PowerBalancer with traits.ComponentInventory with traits.Rotatable with traits.BundledRedstoneAware with Analyzable with internal.Rack with traits.StateAware {
var isRelayEnabled = true var isRelayEnabled = true