package net.minecraft.server;

public interface IContainer {

    TileEntity a(World world, int i);
}
