mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-08 06:41:23 -04:00
Oh come ON!
This commit is contained in:
parent
a5b1713358
commit
105e38b85c
@ -9,14 +9,14 @@ import net.minecraft.block.state.IBlockState
|
||||
import net.minecraft.nbt.NBTTagCompound
|
||||
import net.minecraft.network.NetworkManager
|
||||
import net.minecraft.network.play.server.S35PacketUpdateTileEntity
|
||||
import net.minecraft.server.gui.IUpdatePlayerListBox
|
||||
import net.minecraft.util.BlockPos
|
||||
import net.minecraft.util.ITickable
|
||||
import net.minecraft.world.World
|
||||
import net.minecraftforge.fml.relauncher.Side
|
||||
import net.minecraftforge.fml.relauncher.SideOnly
|
||||
|
||||
// TODO only implement ticking interface where needed.
|
||||
trait TileEntity extends net.minecraft.tileentity.TileEntity with IUpdatePlayerListBox {
|
||||
trait TileEntity extends net.minecraft.tileentity.TileEntity with ITickable {
|
||||
def world = getWorld
|
||||
|
||||
def x = getPos.getX
|
||||
|
Loading…
x
Reference in New Issue
Block a user